3d-particle-mofing
DEMO
Usage
Clone repository
Install Node.js
Create an
.env
file and copy the contents of
.env-sample
.
cp .env-sample .env
Run following commands
npm install npm run dev
Before deploying, run command for production.
npm run prod