Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

satelllte/displacement

Repository files navigation

▶▶▶ Moved into satelllte/displacementx


DISPLACEMENT

Displacement maps generator.

CI

DISCLAIMER

NOT A FINAL PRODUCT, THE PRODUCT IS IN THE EARLY STAGES OF DEVELOPMENT

Try in Online Code Editor

Open in Gitpod

Open in Remote - Containers

Prerequisites

Development

Install dependencies:

npm install

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Production Build

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

Testing

Test units:

npm run test:units

Types check:

npm run test:types

Lint check:

npm run test:lint

Contributing

See Contributing Guide.

Code of Conduct

See Code of Conduct.