Stack:
- Nuxt.js
- TailwindCSS
- Alan AI
First clone the repo git clone https://github.com/DedS3t/monopoly-frontend && cd monopoly-frontend
Then run yarn install | npm install
If you want to create your own Alan AI project
- Create Alan AI project
- Copy the code in alanai.js into your project
- Link to the project in pages/app/game/_game_id.vue
Now run yarn dev to run the project on localhost:3000
For this project to work you also need the backend which is found at https://github.com/DedS3t/monopoly-backend