Skip to content

petergarbers/gunz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development mode

To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:

lein figwheel

Figwheel will automatically push cljs changes to the browser. Once Figwheel starts up, you should be able to open the public/index.html page in the browser.

Building for production

lein clean
lein package

Goals

Phase 1

Basic working version

  • Can Connect to gundb database
  • Can connect gundb atom to database
  • Ratom can read from gundb database
  • Ratom can write to gundb database

Phase 2

  • Incorportate paths
  • ...
  • Profit

(def dd (connect "meow"))

(reset! dd #{:name "peter"})


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published