Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 802 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 802 Bytes

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.