Front End for the comet marketing website, written with Next.js
To get started: Make sure you have node.js and yarn updated and installed.
cd cometmarketing
yarn
node server.js
Site is now running at localhost:3000
git branch -branchName-
git checkout -branchName-
make changes
git add .
git commit -m 'your message here'
git push
access the site at utdcometmarketing.com
The site may load slowly because the backend is hosted on a free-tier of Heroku.