Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimuraz/turnip-ml-prediction
Mirror from https://gitlab.com/kimuraz/turnip-ml-prediction/
https://github.com/kimuraz/turnip-ml-prediction
Last synced: 4 days ago
JSON representation
Mirror from https://gitlab.com/kimuraz/turnip-ml-prediction/
- Host: GitHub
- URL: https://github.com/kimuraz/turnip-ml-prediction
- Owner: kimuraz
- License: mit
- Created: 2020-05-19T21:50:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:07:35.000Z (about 2 years ago)
- Last Synced: 2024-12-18T14:38:18.677Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 930 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# turnip-ml-prediction
> This is an experiment to predict turnip prices from Animal Crossing New Horizons
## Build Setup
```bash
# copy environment file
$ cp .env.example .env# 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).
## Using docker (and docker-compose)
```
$ cp .env.example .env$ docker-compose up
$ docker-compose exec web sh
$ cd server
$ ./setup-db.sh
```