See the landing page in action here (WIP).
public/robots.txt
to allow search engine indexing.
- 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)")
npm run deploy