Website for Spring 2019 hackathon at FSU
We use Parcel to bundle the website. We use React Stateless Components as a way to keep the code DRY. SCSS is imported in the HTML, handled by Parcel.
# install dependencies
npm i
# start dev server
npm run devYou can build the site to deploy with npm run build. This will put the bundled site in dist/. You can open dist/index.html in your browser, or use a simple server like serve to run serve dist/.
Deploy with now.
VSCode is the official IDE for this project. Install the extensions listed in .vscode/extensions.json, this will enable automatic linting and formatting.
// TODO: setup autoformatting on precommit.