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

anirudh9280/ds3-site-clean

 
 

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 90.1%
  • TypeScript 8.2%
  • JavaScript 1.2%
  • HTML 0.5%