Skip to content

CoNarrative/cave-app

 
 

Repository files navigation

MIT-CAVE monorepo

CAVE Open Source Application Development Repo

Requirements

Requirements:

  • node@10.16.0 or higher
  • npm@6.9.0 or higher

Instalation for general use

  1. Globally install create-cave-app:
npm install -g create-cave-app
  1. 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 the base framework are in development.
  1. Check out the documentation for getting your application operational:

Installation for source code development

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

Packages

Examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • CSS 12.8%
  • Other 0.4%