mirror of https://github.com/Damillora/Rinze
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.
|
1 month ago | |
---|---|---|
.github/workflows | 2 years ago | |
.vscode | 2 years ago | |
src | 1 month ago | |
static | 11 months ago | |
.dockerignore | 2 years ago | |
.eslintrc.cjs | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
.npmrc | 2 years ago | |
.prettierignore | 2 years ago | |
.prettierrc | 2 years ago | |
Dockerfile | 11 months ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 4 months ago | |
pnpm-lock.yaml | 4 months ago | |
svelte.config.js | 11 months ago | |
tsconfig.json | 11 months ago | |
vite.config.js | 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.