This repository serves as the client(FE) for a Surowrd - text-based game
Note: This project is still in development, and as such, many features are subject to significant changes and refinements. Please be aware that the current state of the project may not reflect its final form, and functionalities described here are subject to adjustments and enhancements.
Implementation frontend for https://github.com/Darosss/Surword-WebTextBasedGame
-
visit https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables - to check how use environment variables in next.js
-
check out env.example file in root folder
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Darosss - darosss12@proton.me