The home of Cal Poly CSAI on the internet. This page helps potential members, speakers and partners understand our values and experiences.
- Clone this repository:
git clone https://github.com/calpoly-csai/CSAI-Website.git
. - Install dependencies:
npm install
. - Launch the development server:
npm run dev
. - Open your browser to
localhost:3000
.
Before creating a production version of your app, install an adapter for your target environment. Then:
npm run build
You can preview the built app with
npm run preview
, regardless of whether you installed an adapter. This should not be used to serve your app in production.
- You can set-up your own Environment Variable using a .env file on your local machine, but please refrain from uploading it to GitHub.
- To use Environment Variables on deploy, you must add them to the Netlify build settings.