Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
/ hub-conf-signup Public archive

Introduction page and sign up form for the HubConf event

License

Notifications You must be signed in to change notification settings

AUBGTheHUB/hub-conf-signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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