Closed jazhen closed 2 years ago
We should change install directions to npm ci so it installs w package lock versions
@zoobot - Sure, I can do that. The readme for this repo is a bit outdated. I can kind of mirror what wtt_front
looks like now. Do you still want the Production section in the readme?
Actually, wtt_server
is not set up well for instructions concerning only this repo. Unlike wtt_front
there is not really a way atm to work only in this repo without needing wtt_db
and then at that point we probably just want the user to run 80% of the fullstack instructions. I am considering just linking to our waterthetrees/waterthetrees README. Thoughts?
I changed the install directions in waterthetrees/waterthetrees#26.
@jazhen Linking to the waterthetrees readme sounds good. Its ok if this has its own readme but dev install should go to there at least until we have some kind of curl or postman library. It'd be worth having a curl or postman library of all the posts and gets documented at some point.
Working on adding a GitHub Action for linting on push, pr and mostly need to add
package-lock.json
to enable cachingnode_modules
for the CI/CD pipeline.However it is recommended to commit lock files to vcs.
https://docs.npmjs.com/cli/v6/configuring-npm/package-locks#using-locked-packages
Closes #112