Sharable lists
- Create sharable lists with ease.
- Explore lists shared by others.
- Vote on lists.
You'll need node 12.18.4
yarnCreate an environment file and make the necessary changes
cp example.env .envIf you have a local postgres server running then you'll need to stop it and use docker-compose:
docker-compose up -dRun migrations
make migratemake dev:serverthen in a separate terminal
make devpoint browser to the server: localhost:3000