Quick Start
Last updated
npm create @opencrvs/countryconfig <project-name>This command creates a country configuration package with a minimal example configuration.
Make sure all prerequisites are installed, see opencrvs-countryconfig
Navigate to <project-name>-countryconfig
Start development environemnt:
tilt upOpen the Tilt UI:
http://localhost:10350Wait until the main resources are running.
Then run the data seed task from the Tilt UI:
Open http://localhost:10350
Find the 2.Data-tasks section
Run the data-seed or clean-&-seed resource
Wait until the job completes
Open OpenCRVS: http://opencrvs.localhost
Thats it! 🎉
Last updated