add no milestones warning
add normalize.css
add some navbar content
To setup a Postgres DB using Docker:
docker run -d --name about-time-psql -p 5432:5432 postgres
To start your Phoenix server:
mix deps.get
mix ecto.setup
mix phx.server
Now you can visit localhost:4000
from your browser.
Whenever you merge into master, the script in .gitlab-ci.yml
will automatically deploy the code to our staging env at https://about-time-api-staging.herokuapp.com. After the deployment has been QA'd on staging, the release can be promoted to production from within the Heroku pipeline. This will deploy it to https://about-time-api.herokuapp.com. See the Heroku docs here.