Player Zero is a landing for https://readyplayer.me
- Node.js (v20.15.1+)
- npm or yarn
- Clone the repository:
git clone https://github.com/dergachevm/player-zero.git
- Navigate to the project directory:
cd player-zero
- Install the dependencies:
npm install
-
Copy the example environment file:
cp .env.example .env
-
Update
.env
with the appropriate configuration values. -
Add port in
.env
file if required
PORT=3005
Start the development server:
npm start
Build the static assets
npm run build
To launch in production mode with server to use Sendgrid Install pm2 globally
npm install pm2 -g
Run server
pm2 start ecosystem.config.cjs