▶▶▶ Moved into satelllte/displacementx
Displacement maps generator.
NOT A FINAL PRODUCT, THE PRODUCT IS IN THE EARLY STAGES OF DEVELOPMENT
- NodeJS v16
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm run build
Output files will be available in out
directory.
The directory contents can be served on some static website hosting service like Netlify, Vercel, etc.
Also, the production build can be previewed locally using serve
script:
npm run serve
Test units:
npm run test:units
Types check:
npm run test:types
Lint check:
npm run test:lint
See Contributing Guide.
See Code of Conduct.