Try out Cosmic Engine at http://demo.cosmiclabs.org:3000/
Before you begin, you need to install the following tools:
- Node (>= v18.18)
- Yarn (v1 or v2+)
- Git
- Docker
To get started, follow the steps below:
- Clone this repo & install dependencies
git clone https://github.com/cosmic-org/cosmic-engine
cd cosmic-engine
yarn install
- Set up nakama containers and modules:
cd nakama
npm install
npm run build
docker-compose up -d
- Start your NextJS app:
yarn start
Visit your app on: http://localhost:3000
Manage the nakama instance on http://localhost:7351