A repository to keep track of different kinds of plants and their care requirements
-
Clone the repository and install Docker, Node 18.x, and Yarn
-
Run
yarn installto install javascript dependencies -
Run
yarn devto start the development server
-
Run
make pullto pull the latest production image from the container registry, ormake buildto build the production docker image from scratch -
Run
make runto run the production version of the application
Run make clean to terminate rogue containers when stopping the application, and make push to push a local image to the registry (this is preferred to be handled by the automatic actions)