nanao.moe written in Svelte and Sass
Go to file
Damillora b2621f26f2 Happy birthday, Yuriko!
- Readded the FloatingYuriko component previously in miracle
- Check the user's date for Yuriko's birthday in the JP timezone and automatically set headers and appearance of FloatingYuriko based on the date.
2021-03-17 22:50:02 +07:00
scripts Initial commit 2021-01-25 01:26:19 +07:00
src Happy birthday, Yuriko! 2021-03-17 22:50:02 +07:00
static Happy birthday, Yuriko! 2021-03-17 22:50:02 +07:00
.gitignore Initial commit 2021-01-25 01:26:19 +07:00
.gitmodules Oops 2021-01-25 01:57:07 +07:00
LICENSE Add LICENSE 2021-01-25 01:41:55 +07:00
README.md Add README 2021-01-25 01:49:42 +07:00
package.json Happy birthday, Yuriko! 2021-03-17 22:50:02 +07:00
rollup.config.js Initial commit 2021-01-25 01:26:19 +07:00
yarn.lock Happy birthday, Yuriko! 2021-03-17 22:50:02 +07:00

README.md

Rinze

The current codebase that powers nanao.moe, my current website.

This website is built with Svelte, Sapper, and SASS.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Svelte and Sapper docs.