▶▶▶ 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 installRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
npm run buildOutput 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 serveTest units:
npm run test:unitsTypes check:
npm run test:typesLint check:
npm run test:lintSee Contributing Guide.
See Code of Conduct.