Skip to content

Data Science Student Society @ UC San Diego’s Website. Built using SvelteKit and TypeScript.

License

Notifications You must be signed in to change notification settings

ucsdds3/ds3-site

Repository files navigation

Data Science Student Society Website

This is the website used by the Data Science Student Society to host information about the club.

Overview

This application is a Svelte/SvelteKit app built using create vite and written in TypeScript (a version of Javascript with Static Typing)

Requirements

This app requires Node.js in order to run and develop on. It can be installed here.

Running

  1. Clone the Repository
  2. Install Node
  3. Install dependencies with npm -i
  4. Launch the app with npm run dev
  5. Open the app in your web browser by going to localhost (the default is http://localhost:5173). Alternatively use npm run dev -- --open.