Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 802 Bytes

File metadata and controls

24 lines (18 loc) · 802 Bytes

RSWorms

RSSchool stage2 final task project (RSClone).

Deploy:

image

To run the app:

  1. Clone repository git clone https://github.com/Wsko-12/RSWorms.git.
  2. Move to folder using cd RSWorms.
  3. Check develop branch using git checkout develop.
  4. Install dependencies using npm install.
  5. Open terminal and run npm run dev to build files to dist folder.
  6. Open second terminal and start server npx nodemon dist/app.
  7. Open browser on localhost:3000.

Libs used:

  • three.js
  • socket.io
  • p5.js (Perlin noise)