Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 827 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 827 Bytes

Deliverance

Deliverance is a Web UI for the Space Traders API. You can access it at deliverance.forcookies.dev, or get it running yourself locally following the instructions below.

Installation

  1. Clone the repo
    git clone https://github.com/Stumblinbear/Deliverance.git
  2. Install NPM packages
    npm install
  3. Start the server
    npm run serve
    

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.