nanao.moe written in Svelte and Sass
Go to file
Damillora 777a304541 feat: update error page 2024-03-20 03:03:53 +07:00
.github/workflows chore: update github actions 2023-11-18 20:50:07 +07:00
.vscode Move backgrounds back to Rinze 2021-04-14 13:22:34 +07:00
src feat: update error page 2024-03-20 03:03:53 +07:00
static feat: rework site 2024-03-19 23:34:25 +07:00
.dockerignore chore: add docker 2021-05-12 06:22:25 +07:00
.eslintrc.cjs feat: update svelte and plachta 2023-08-08 20:07:27 +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: update to NPM and plachta 2024-03-19 21:42:20 +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 feat: revert previous move of pages and update layout 2024-03-20 02:58:06 +07:00
package.json feat: revert previous move of pages and update layout 2024-03-20 02:58:06 +07:00
svelte.config.js feat: migrate to plachta 2022-07-24 23:25:35 +07:00
tsconfig.json feat: fix building with newer sveltekit 2022-07-24 23:44:19 +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.