https://github.com/xeptore/weekly-planner
Personal Weekly Planner App Made with Svelte
https://github.com/xeptore/weekly-planner
js rollup svelte svelte-js svelte-v3 svelte3 sveltejs weekly-planner weekly-schedule
Last synced: 5 months ago
JSON representation
Personal Weekly Planner App Made with Svelte
- Host: GitHub
- URL: https://github.com/xeptore/weekly-planner
- Owner: xeptore
- License: mit
- Created: 2019-08-22T03:03:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T18:15:41.000Z (over 1 year ago)
- Last Synced: 2024-11-16T09:13:07.658Z (7 months ago)
- Topics: js, rollup, svelte, svelte-js, svelte-v3, svelte3, sveltejs, weekly-planner, weekly-schedule
- Language: Svelte
- Homepage: https://xeptore.github.io/weekly-planner/
- Size: 855 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weekly-planner
Weekly Planner Based on [Svelte](https://svelte.dev).A personal weekly planner mostly aimed to gaining more knowledge in Svelte.
## Development
```sh
git clone [email protected]:xeptore/weekly-planner.git
cd weekly-planner/
npm i
```In order to start the development server run:
```sh
npm run dev
```
A development server with hot-reloading will be started at [localhost:5000](http:localhost:5000).In order to build the app for production release:
```sh
npm run build
```
This command will trigger the [Rollup](https://rollupjs.org/) to build the app into the `/public` directory.