/Surf_Go

app forecast for surf

Primary LanguageRuby

Surfgo

Website: http://www.surfgo.surf

Heroku git: https://git.heroku.com/surfgo.git

Requirements

  • ruby 2.7.3
  • node >= 14.17.4
  • postgresql >= 13

Install

bundle install
yarn install

Configure database (on macos):

psql
> create role Surf_Go superuser login;

Then:

rails db:create:all
rails db:migrate
rails db:seed

Local

MAPBOX_API_KEY=key rails s

with key a valid Mapbox API key