OBSOLETE: See https://git.nanao.moe/Damillora/Rinze for the current nanao.moe front end.
Go to file
Damillora 21067640ee Update README
Signed-off-by: Damillora <damillora@damillora.com>
2021-02-10 04:49:42 +07:00
assets Add meishi, GPG public key, and keybase proof 2021-01-20 01:44:20 +07:00
components Add Altessimo and revise GalleryImage 2021-01-13 21:34:10 +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 meishi, GPG public key, and keybase proof 2021-01-20 01:44:20 +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 Add meishi, GPG public key, and keybase proof 2021-01-20 01:44:20 +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
.gitmodules Change submodule url 2021-01-12 00:55:45 +07:00
README.md Update README 2021-02-10 04:49:42 +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

This project has been obsoleted by Rinze

I migrated the website to use Svelte and SASS for multiple reasons, including much faster build times. miracle is now obsolete and unmaintained.

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.