Weekly Planner Based on Svelte.
A personal weekly planner mostly aimed to gaining more knowledge in Svelte.
git clone [email protected]:xeptore/weekly-planner.git
cd weekly-planner/
npm i
In order to start the development server run:
npm run dev
A development server with hot-reloading will be started at localhost:5000.
In order to build the app for production release:
npm run build
This command will trigger the Rollup to build the app into the /public
directory.