Metaverse Bootstrap

Open in CodeSandbox Deploy to Render

Pinser logo

This project uses Pinser metaverse.

Generate a pin's

Run nx workspace-generator pins my-pins pins-domain to generate a Pin's.

Pin's are shareable across libraries and applications. They can be imported from @metaverse-bootstrap/pins-domain/my-pins.

Development server

Run nx serve metaverse for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build

Run nx build metaverse to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run nx test metaverse to execute the unit tests via Jest.

Run nx affected:test to execute the unit tests affected by a change.

Understand your workspace

Run nx graph to see a diagram of the dependencies of your projects.

Further help

Visit the Documentation to learn more.