TogaHacks I Hackathon 2020 website
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!
To set up:
- Download the latest git and LTS of Node.js from here and here, respectively. Also, install git-lfs (instructions here).
git clone https://github.com/Toga-Hacks-I/Toga-Hacks-Website.git
cd Toga-Hacks-Website
npm i
To run the live server:
npm run dev
To deploy to the dist
folder:
npm run build
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 This issue has been resolved. If this still occurs, simply commit your uncommitted changes, delete the project, re-clone the repo, and run $.cloudinary.responsive()
in the console and that should fix it (until you refresh).npm i
Special thanks to Netlify for offering us free Pro-tier static site hosting and BootstrapMade for letting us use their theme.