Skip to content

nom-app/create-nom-app

Repository files navigation

Create Nom App

The monorepo for Create Nom App.

license Deploy Docs FOSSA Status

Get started with your first Nom app now. Visit the Getting Started page.

Docker

Testing in Docker

To begin, run the services from docker-compose with

make up

Note: To see the available make commands, type make help.

You can now install the development package on your own system when providing the --registry tag:

npm install --global --registry http://0.0.0.0:4873 create-nom-app@dev

Note on Verdaccio Packages: Packages published to Verdaccio are on the dev tag.

Running the Docs Locally

To view the documentation online, visit https://create-nom.app/.

Run make docs-local and visit http://localhost:3000/.

License

MIT

FOSSA Status