A static website to list out the Japanese days in a week.
This project was bootstraped using the template at https://github.com/sveltejs/template.
Checkout the live stream where I made it https://youtu.be/nmBQMmEymjM
Install the dependencies...
yarn # npm install
yarn dev # npm run dev
Navigate to localhost:5000. You should see the app running.
Edit a file in src
, save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
.
To create an optimised version of the app:
yarn build # npm run build