This is the website used by the Data Science Student Society to host information about the club.
This application is a Svelte/SvelteKit app built using create vite
and written in TypeScript (a version of Javascript with Static Typing)
This app requires Node.js in order to run and develop on. It can be installed here.
- Clone the Repository
- Install Node
- Install dependencies with
npm -i
- Launch the app with
npm run dev
- Open the app in your web browser by going to localhost (the default is
http://localhost:5173
). Alternatively usenpm run dev -- --open
.