OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
Damillora ac109b35cd Add Mei Toomi to backgrounds and accomodate multiple backgrounds 2021-01-08 04:06:14 +07:00
assets Add Mei Toomi to backgrounds and accomodate multiple backgrounds 2021-01-08 04:06:14 +07:00
components Add Mei Toomi to backgrounds and accomodate multiple backgrounds 2021-01-08 04:06:14 +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 Add Mei Toomi to backgrounds and accomodate multiple backgrounds 2021-01-08 04:06:14 +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 Consistency fix for menu button 2020-11-11 18:13:40 +07:00
tailwind.config.js Major design update of games and add future assets 2020-10-05 01:45:32 +07:00
yarn.lock Monthly cleanup 2020-11-09 18:16:34 +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.