Project about ludomanics
- Create
.envfile at the root of project
| Variable | Example Value | Description |
|---|---|---|
TON_CENTER_API_CLIENT_KEY |
f2408569bec6bbfb4161e0780****************994ea3e8fee8fbf53e8a2f16 |
Required. The base URL for the API. |
- Install dependencies:
pnpm install
For front:
pnpm run front:devFor server:
pnpm run server:devDeployment to Vercel in Dev Mode:
pnpm run vercel:devExample for local, available on http://localhost:3000:
TON_CENTER_API_CLIENT_KEY=f2408569bec6bbfb4161e0780****************994ea3e8fee8fbf53e8a2f16 docker compose up --build