Skip to content

itsaddai/Landing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HawkHacks 2022 Landing

See the landing page in action here (WIP).

⚠️ Before deploying to production, edit public/robots.txt to allow search engine indexing.

Setup

  • Install Node 14+
  • Clone the project
    git clone https://github.com/LaurierHawkHacks/Landing
    cd Landing
  • Install dependencies
    npm install
  • Run the development server
    npm start

Note: Please install ESLint and Prettier in your editor and enable format on save. In VSCode, you can do so by by setting "editor.formatOnSave": true in you settings.json. (Ctrl + Shift + P. Type "settings" and select "Preferences: Open Settings (JSON)")

Deploy to Github Pages

npm run deploy

About

The front page of HawkHacks 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 70.2%
  • CSS 19.6%
  • HTML 10.2%