A single-page admin dashboard for Hack the Back.
For development and testing purposes, follow these instructions to get a copy of the project up and running on your local machine. Note that this project was bootstrapped with Create React App.
- Node.js v14+
- A running instance of Hack the Back
-
Clone the repository -
git clone https://github.com/hackthevalley/hack-the-back-admin.git
-
Enter the project directory -
cd hack-the-back-admin
-
Install dependencies -
npm install
The following envionment variables are available to be set:
REACT_APP_HTB_API
(Required) - Base URI of a running instance of Hack the Back. If you are running Hack the Back locally with the default settings, setREACT_APP_HTB_API
tohttp://localhost:8000
.
To start the development server run:
$ npm start
Open http://localhost:3000 to view it in the browser.
To build the application bundle run:
$ npm run build
Everything in this repository is under the MIT License. Please carefully read and comply with the license agreement.
Created with :heart: by Hack the Valley.