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