Skip to content

calpoly-csai/CSAI-Website

Repository files navigation

CSAI Website

Netlify Status
The home of Cal Poly CSAI on the internet. This page helps potential members, speakers and partners understand our values and experiences.

Development

Prerequisites

  • Understand the basics of Svelte.
  • Download Node.js to manage dependencies.

Getting Started

  1. Clone this repository: git clone https://github.com/calpoly-csai/CSAI-Website.git.
  2. Install dependencies: npm install.
  3. Launch the development server: npm run dev.
  4. Open your browser to localhost:3000.

Building

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.

Resources

Note on Environment Variables

  • 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.

About

Home page for the Cal Poly Computer Science and Artificial Intelligence Club

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published