Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.41 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.41 KB

Netlify Status

TogaHacks-I

TogaHacks I Hackathon 2020 website

Want to contribute?

First of all, thank you so much for your help 🙂! Please see our code of conduct, create a GitHub issue of what you're planning to fix/add, and have it approved by one of our contributors. Then, feel free to make a PR!

Recommended environment

  1. Download VSCode
  2. Get the Prettier, ESLint, and Stylelint extensions

Usage

To set up:

  1. Download the latest git and LTS of Node.js from here and here, respectively. Also, install git-lfs (instructions here).
  2. git clone https://github.com/Toga-Hacks-I/Toga-Hacks-Website.git
  3. cd Toga-Hacks-Website
  4. npm i

To run the live server:

  1. npm run dev

To deploy to the dist folder:

  1. npm run build

Known Issues

While running the live server, sometimes, none of the Cloudinary images render (although they always do in the production build). If they don't render, just run $.cloudinary.responsive() in the console and that should fix it (until you refresh). This issue has been resolved. If this still occurs, simply commit your uncommitted changes, delete the project, re-clone the repo, and run npm i

Credits

Special thanks to Netlify for offering us free Pro-tier static site hosting and BootstrapMade for letting us use their theme.