CAVE Open Source Application Development Repo
Requirements:
node@10.16.0
or highernpm@6.9.0
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
base
cave-app
framework for development purposes. Extensions for thebase
framework 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