CAVE Open Source Application Development Repo
Requirements:
[email protected]or higher[email protected]or higher
- Globally install
create-cave-app:
npm install -g create-cave-app- Create a new application:
cd /path/to/project/folder
create-cave-app new myapp- This creates a
basecave-appframework for development purposes. Extensions for thebaseframework are in development.
- Check out the documentation for getting your application operational:
From a freshly-cloned repo in the project root:
npm ci
npm run bootstrap
npm run prep-link
cd ~/path/to/projects
create-cave-app new myprojectname