Skip to content

Commit

Permalink
docs(*): update bootstrapping instructions (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
elcoosp committed Dec 28, 2018
1 parent 32c2e15 commit 3df9100
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# conatux
# Conatux

## Bootstrapping instructions

- Install Docker
- Follow `packages/back/server/README.md`
4 changes: 1 addition & 3 deletions packages/back/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ Prisma backed GraphQL server.

## Bootstrapping instructions

- Make sure you have docker installed
- Install prisma cli `npm i -g prisma`
- Run `docker-compose up -d` from the server root
- Run `docker-compose up -d & npm i -g prisma` from the server root
- Run `npm run start:back` or `npm start` from the project root

0 comments on commit 3df9100

Please sign in to comment.