Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 329 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 329 Bytes

ideahunt

Create an idea list where you can share ideas with your friends.

Steps to run locally

Client

cd client
expo start --web

API + DB:

docker-compose up

Deploying

Expo App

NODE_ENV=production BACKEND_URL=drizzle-ideahunt.herokuapp.com expo publish

Heroku App

make heroku_deploy