Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
66 lines (41 loc) · 1.94 KB

README.md

File metadata and controls

executable file
·
66 lines (41 loc) · 1.94 KB

Connected Kingston - Frontend

The frontend website component to the API.

Getting started

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.

Prerequisites

Installing

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.

Deployment

This project is intended to be deployed onto AWS infrastructure using CodeDeploy.

Built with

  • Vue.js - The JavaScript Framework Used
  • Composer - Dependency Management

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU License - see the LICENSE.md file for details.