Hackshack landing site and leaderboard app to display event details and player high scores during the event
Clone repository
git clone git@github.com:HewlettPackard/HackShack-Session-Landing-Page.git
Install dependencies
cd HackShack-Session-Landing-Page
yarn install
rename .env.example to .env Make sure you update below 3 variables for workshops to work REACT_APP_WORKSHOPCHALLENGE_API_ENDPOINT=http://localhost:8082 REACT_APP_USERNAME="" //add a user in DB REACT_APP_PASSWORD="" //base64 encoded password for the user in DB
Run application
yarn start
workshops_on_demand_server
is running
clone the repo from https://github.com/hpe-dev-incubator/workshops_on_demand_server
Follow readME document to configure and run the workshops on demand application and database.