An interactive guide to help Brown and RISD navigate the entrepreneurial resources on College Hill.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Make sure you have a code editor like VSCode or WebStorm and Node.js installed.
Clone the repo
git clone https://github.com/aaronwangj/ventureatbrown.git
Navigate into the directory you just cloned and install dependencies.
cd ventureatbrown/frontend
npm install
# or
yarn install
Run the local development server and view the site at http://localhost:3000/
npm dev
# or
yarn dev
This site can be deployed anywhere that supports Node.js — we find Vercel to be the easiest.
- Next.js - The React-based web framework used (Docs, Tutorial)
- Tailwind CSS - Styling (Docs, Playground)
- Love ❤️