OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
Damillora e3df7a6556 Major overhaul of images and some pages 2021-01-10 03:03:31 +07:00
assets Major overhaul of images and some pages 2021-01-10 03:03:31 +07:00
components Major overhaul of images and some pages 2021-01-10 03:03:31 +07:00
layouts Add Mei Toomi to backgrounds and accomodate multiple backgrounds 2021-01-08 04:06:14 +07:00
middleware Monthly cleanup 2020-11-09 18:16:34 +07:00
pages Major overhaul of images and some pages 2021-01-10 03:03:31 +07:00
plugins Initial commit 2019-09-28 02:49:30 +07:00
server Initial commit 2019-09-28 02:49:30 +07:00
static rip keybase 2019-11-17 01:19:28 +07:00
store Add Mei Toomi to backgrounds and accomodate multiple backgrounds 2021-01-08 04:06:14 +07:00
.gitignore Final stand 2019-10-05 03:00:48 +07:00
README.md Update README.md 2020-08-05 20:59:47 +07:00
nuxt.config.js Add Mei Toomi to backgrounds and accomodate multiple backgrounds 2021-01-08 04:06:14 +07:00
package.json Major overhaul of images and some pages 2021-01-10 03:03:31 +07:00
tailwind.config.js Upgrade tailwind to 2.0 2021-01-09 03:18:16 +07:00
yarn.lock Upgrade tailwind to 2.0 2021-01-09 03:18:16 +07:00

README.md

miracle

The current web application that presents nanao.moe, my current homepage.

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 Nuxt.js docs.