nanao.moe written in Svelte and Sass
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Damillora 0175addbd6 Add alternative name 1 month ago
.github/workflows chore: oops 2 years ago
.vscode Move backgrounds back to Rinze 2 years ago
src Add alternative name 1 month ago
static feat: add artery gear profile and update favicon 11 months ago
.dockerignore chore: add docker 2 years ago
.eslintrc.cjs feat: Migrate Rinze to SvelteKit 2 years ago
.gitignore feat: initial vtuber page 2 years ago
.gitmodules Oops 2 years ago
.npmrc feat: Migrate Rinze to SvelteKit 2 years ago
.prettierignore feat: Migrate Rinze to SvelteKit 2 years ago
.prettierrc feat: Migrate Rinze to SvelteKit 2 years ago
Dockerfile chore: fix build command 11 months ago
LICENSE Add LICENSE 2 years ago
README.md Add README 2 years ago
package-lock.json chore: add docker 2 years ago
package.json Finish sveltekit 1.0 migration 4 months ago
pnpm-lock.yaml Finish sveltekit 1.0 migration 4 months ago
svelte.config.js feat: migrate to plachta 11 months ago
tsconfig.json feat: fix building with newer sveltekit 11 months ago
vite.config.js feat: migrate to plachta 11 months ago

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.