/hub-conf-signup

Introduction page and sign up form for the HubConf event

Primary LanguageJavaScriptMIT LicenseMIT

Landing and Sign Up page for HubConf

Start frontend:

# go to web directory
cd packages/web

# install new dependencies
npm install 

# run 
npm start

Start backend:

# go to api directory
cd packages/web

# install new dependencies
npm install

# run
npm run dev