The monorepo for Create Nom App.
Get started with your first Nom app now. Visit the Getting Started page.
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.
To view the documentation online, visit https://create-nom.app/.
Run make docs-local
and visit http://localhost:3000/.
MIT