+--------------------------+
| SoriBoard 2.0 / frontend |
+--------------------------+
SoriBoard 2.0 is an enhanced version of SoriBoard 1.3 which is on
"https://github.com/GTPV/time_manager_sorijigi/".
SoriBoard 2.0 separated the frontend and backend of SoriBoard 1.3,
which was originally based on Django. The frontend of SoriBoard 2.0 is
based on Svelte, and the backend is based on Django REST framework.
To run frontend only(which is this repository), run
$ npm install
$ npm run dev
To open the page in browser immediately, run
$ npm run dev -- --open