issues
search
GhostEsso
/
ror-recipe-app
MIT License
3
stars
1
forks
source link
[1pt] Initialize project#1
#1
Closed
GhostEsso
closed
1 year ago
GhostEsso
commented
1 year ago
Create a new project. Note: set the database to Postgres --database=postgresql
Connect a local project to GitHub: git remote add origin
git@github.com
:...
Create a dev branch. Make it default in GitHub settings.
Add linters (Rubocop and StyleLint).
Add Postgres user and password information to database.yml.
Add all the necessary gems.