PlaySpace is a comprehensive gaming platform where users can list games, play, and earn rewards across various gaming categories, including gambling and play-to-earn games. This platform offers a secure, unified experience, providing users with a one-stop hub to explore and engage with different types of games, earn gaming tokens, and interact with a community of players.
Follow the steps below to set up and run the PlaySpace application on your local environment.
-
Clone the Repository
git clone https://github.com/your-repo/playspace.git cd playspace
-
Configure Environment Variables
- Inside the main project directory, locate the
.env.example
file. - Copy this file and rename it to
.env
. - Open the
.env
file and configure the environment variables as needed.
- Inside the main project directory, locate the
-
Run the Frontend
-
Navigate to the frontend directory:
cd frontend
-
Start the frontend server:
npm run dev
-
-
Run the Backend
-
Open a new terminal and navigate to the backend directory:
cd backend
-
Start the backend server:
npm run dev
-
Once both servers are running, open your browser and go to the specified local address (usually http://localhost:3000
for frontend) to access the PlaySpace app.
Enjoy exploring, playing, and earning on PlaySpace!