Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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
```