2020-08-05 13:16:41 +00:00
|
|
|
# miracle
|
2019-09-27 19:49:30 +00:00
|
|
|
|
2021-02-09 21:49:42 +00:00
|
|
|
## This project has been obsoleted by [Rinze](https://github.com/Damillora/Rinze)
|
|
|
|
|
|
|
|
I migrated the website to use Svelte and SASS for multiple reasons,
|
|
|
|
including much faster build times. miracle is now obsolete and unmaintained.
|
2019-09-27 19:49:30 +00:00
|
|
|
|
|
|
|
## Build Setup
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
# 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](https://nuxtjs.org).
|