Developing Cantara
This is for everyone who wishes to contribute to Cantara.
If you would like to contribute to Cantara, say hello on our Contributing Channel on Spectrum! We will be happy to further guide you!
This page is heavily WIP.
Start development
Create a .env file in the root of the project. Set the following values:
DEV_PROJECT_PATH=path/to/a/cantara/projectDEV_CANTARA_COMMAND=dev app-x
Set DEV_PROJECT_PATH
to a path of a Cantara project. Use DEV_CANTARA_COMMAND
to simulate a command.
Now run npm start
to start the development.
Building cantara
npm run build