nanao.moe written in Svelte and Sass
Go to file
Damillora e90c29e615 feat: migrate to plachta 2022-07-24 23:25:35 +07:00
.github/workflows chore: oops 2021-05-12 06:29:59 +07:00
.vscode Move backgrounds back to Rinze 2021-04-14 13:22:34 +07:00
src feat: migrate to plachta 2022-07-24 23:25:35 +07:00
static feat: migrate to plachta 2022-07-24 23:25:35 +07:00
.dockerignore chore: add docker 2021-05-12 06:22:25 +07:00
.eslintrc.cjs feat: Migrate Rinze to SvelteKit 2021-04-28 11:39:44 +07:00
.gitignore feat: initial vtuber page 2021-05-14 04:28:48 +07:00
.gitmodules Oops 2021-01-25 01:57:07 +07:00
.npmrc feat: Migrate Rinze to SvelteKit 2021-04-28 11:39:44 +07:00
.prettierignore feat: Migrate Rinze to SvelteKit 2021-04-28 11:39:44 +07:00
.prettierrc feat: Migrate Rinze to SvelteKit 2021-04-28 11:39:44 +07:00
Dockerfile feat: migrate to plachta 2022-07-24 23:25:35 +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-lock.json chore: add docker 2021-05-12 06:22:25 +07:00
package.json feat: migrate to plachta 2022-07-24 23:25:35 +07:00
pnpm-lock.yaml feat: migrate to plachta 2022-07-24 23:25:35 +07:00
svelte.config.js feat: migrate to plachta 2022-07-24 23:25:35 +07:00
tsconfig.json feat: Migrate Rinze to SvelteKit 2021-04-28 11:39:44 +07:00
vite.config.js feat: migrate to plachta 2022-07-24 23:25:35 +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.