HewlettPackard / HackShack-Session-Landing-Page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack Shack landing site

Netlify Status

Hackshack landing site and leaderboard app to display event details and player high scores during the event

Getting Started

  1. Clone repository
git clone git@github.com:HewlettPackard/HackShack-Session-Landing-Page.git
  1. Install dependencies
cd HackShack-Session-Landing-Page
yarn install
  1. 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

  2. Run application

yarn start

Development

  1. Ensure 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.

About

License:MIT License


Languages

Language:JavaScript 98.3%Language:CSS 1.3%Language:HTML 0.3%Language:Shell 0.1%