Skip to content

elegios/Scribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try client locally without a backend, but with live-reloading

cd client
lein figwheel

Then open localhost:3449

Build client for use in appengine

cd client
lein clean
lein with-profile prod cljsbuild once

Try local appengine

Have appengine in PATH, then (this is what it used to be, should be something starting with gcloud app now, not sure exactly what):

cd backend
goapp serve # To test that things appear correct

Push to server

cd backend
gcloud app deploy

About

A hierachical text editor, meant for story writing, to be hosted on app engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published