Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Repository files navigation

build image

npm -g install yarn
yarn
docker build --rm -t luissaybe/jivecake .

watch for web changes

npm run watch-web

watch for server changes

npm run watch-server

clean and run project

docker-compose down
docker-compose rm
docker-compose up

restart without cleaning database

docker-compose restart

generate public private keys for jwt signing

cd server/extra/jwt
ssh-keygen -N '' -t rsa -b 4096 -f jwt.key

note on docker mongo

The default database in development is not mounted to your file system so you may want to occasionally

docker volume prune
docker system prune

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages