Skip to content

blockdudes/Playspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PlaySpace

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.

Getting Started

Follow the steps below to set up and run the PlaySpace application on your local environment.

Prerequisites

  • Node.js and npm should be installed on your machine.

Setup Instructions

  1. Clone the Repository

    git clone https://github.com/your-repo/playspace.git
    cd playspace
  2. 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.
  3. Run the Frontend

    • Navigate to the frontend directory:

      cd frontend
    • Start the frontend server:

      npm run dev
  4. Run the Backend

    • Open a new terminal and navigate to the backend directory:

      cd backend
    • Start the backend server:

      npm run dev

Access the Application

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published