nanao.moe written in Svelte and Sass
Go to file
Damillora 18a47f1891 Move backgrounds back to Rinze 2021-04-14 13:22:34 +07:00
.vscode Move backgrounds back to Rinze 2021-04-14 13:22:34 +07:00
scripts Initial commit 2021-01-25 01:26:19 +07:00
src Move backgrounds back to Rinze 2021-04-14 13:22:34 +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 Decouple style files to Shian 2021-04-14 12:08:09 +07:00
rollup.config.js Initial commit 2021-01-25 01:26:19 +07:00
yarn.lock Decouple style files to Shian 2021-04-14 12:08:09 +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.