Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.
/ stay-alive-3d Public archive

Simple 3D game made with Three.js

Notifications You must be signed in to change notification settings

xmk-dev/stay-alive-3d

Repository files navigation

Stay Alive 3D

DEMO

Simple 3D game made with Three.js

⚠️ Scoreboard doesn't work due to disabled login and stopped maintanance of the API. This project is only for game purposes and to showcase the technology.

Development

  1. Edit /etc/hosts file sudo vi /etc/hosts and add:

    127.0.0.1       dev.com
    
  2. Go to dir

    cd stay-alive-3d
    
  3. Set Node version

    nvm use
    
  4. Install

    npm install
    
  5. Run

    npm run start
    
  6. Lint

    npm run lint
    
  7. Tests

    npm run test
    
  8. Build for production

    npm run build