Chilenosenmn-svelte is a web application built with Svelte and TypeScript. This project showcases the capabilities of these modern technologies for building fast and efficient web applications. Key Features
Built with Svelte, a modern JavaScript framework for building user interfaces. Written in TypeScript, a statically typed superset of JavaScript that provides optional type checking at compile time. Hosted on Cloudflare Pages, a serverless platform for hosting static websites and JAMstack applications.
Requirements
Node.js (version 12 or higher)
npm (version 6 or higher)
Getting Started
Clone the repository
git clone https://github.com/travisboss/chilenosenmn-svelte.git
Install dependencies
npm install
Start the development server
npm run dev
The application should now be running on http://localhost:5000. You can start making changes to the code and see the updates in real-time in your browser. Building and Deploying
To build the production version of the application, run the following command:
npm run build
This will create a public directory with all the necessary files for deployment. You can then deploy this directory to Cloudflare Pages or any other static hosting platform. Contributing
We welcome contributions from the community. If you have any ideas or suggestions, please open an issue or create a pull request. License
This project is licensed under the MIT License. See LICENSE for more information.