Skip to content

Nav-neets/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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Svelte 85.4%
  • TypeScript 12.0%
  • JavaScript 1.9%
  • HTML 0.7%