This is a project to create a browser RPG game.
- Clone the repository
git clone https://github.com/prisca-c/adonis-rpg.git
- Move to the project directory
cd adonis-rpg
- Set up the environment
cp .env.example .env
- Install the dependencies
yarn install
- Run Docker
docker-compose up -d
- Run the migrations
node ace migration:run
- Start the server
node ace serve --watch