OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
dependabot[bot] 11141eaae0
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 02:30:13 +00:00
assets Update Yuika background 2020-11-10 23:49:37 +07:00
components Consistency fix for menu button 2020-11-11 18:13:40 +07:00
layouts Consistency fix for menu button 2020-11-11 18:13:40 +07:00
middleware Monthly cleanup 2020-11-09 18:16:34 +07:00
pages Update reviews for CUE! and Project SEKAI 2020-11-09 18:22:03 +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 More layout update 2020-02-02 03:26:13 +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 use prefetch 2020-11-11 02:30:51 +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 Bump ini from 1.3.5 to 1.3.8 2020-12-12 02:30:13 +00: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.