Skip to content

emarteca/kactus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Forked from kactus-io/kactus

This is a bare bones README, with the basic instructions relevant to what I'm doing with this project. For a full, descriptive README refer to the original README in kactus-io/kactus

Installing

  • cd to the root directory of this project (i.e. the kactus directory)
  • npm install

Running the unit tests

npm run test:unit

Note: some of the tests were failing with an error "fatal: Not a git repository (or any parent up to mount parent /home/kozi) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)." If this is happening to you, my fix was to manually create this environment variable: export GIT_DISCOVERY_ACROSS_FILESYSTEM=1

Source: https://stackoverflow.com/questions/16853624/git-discovery-across-filesystem-not-set

About

🌵 A true version control tool for designers

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.9%
  • CSS 5.8%
  • Other 0.3%