The frontend website component to the API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Start by spinning up the docker containers using the convenience script:
# Once copied, edit this file to configure as needed.
cp .env.example .env
# Spin up the docker containers and detach so they run the background.
APP_PORT=8080 ./develop up -d
# Install dependencies.
./develop npm install
# Compile static assets.
./develop npm run dev
You should now be able to view the website by visiting localhost:8080, depending on what port you specified above.
This project is intended to be deployed onto AWS infrastructure using CodeDeploy.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the GNU License - see the LICENSE.md file for details.