You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a Dockerfile for building the API and a compose.yaml to the root of this repository.
Added a pull request template.
Added a deploy.yml GitHub Actions Workflow.
Determines if the frontend and/or backend need to be redeployed based on code changes.
Builds the frontend via trunk, then scps the build to the Droplet.
Builds the backend Docker image, then pushes the new image to Docker Hub.
Added a prettier.yml GitHub Actions Workflow.
Formats all CSS, HTML, and Markdown files with Prettier.
Added an additional Markdown document detailing miscellaneous things related to Docker.
Adds a Bash script that extracts the version number from the API's Cargo.toml, then writes it to the .env file located in the root of this repository.
Adds an additional Bash script that extracts the version number from the API's Cargo.toml, then writes it to the .env file at the root of this repository.
Incrementing the minor version number in the frontend (index.html and styles.css have been formatted with Prettier).