The website is made in HTML/CSS + Typescript using SvelteKit and Tailwind. In addition this, we use Python (along with several libraries/APIs) for the backend of the project.
The application can be run through npm. Install Node.js and use the package manager 'npm' to install Svelte and Tailwind
npm installnpm install -D tailwindcss postcss autoprefixer
npm install --save @types/proj4
npx tailwindcss init -p
pip install Flask flask-cors
pip install pandas #If you don't already have it installed# to start the server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open## From the root of the project:
cd src/routes/api
python query_data.pyTo create a production version of the app:
npm run buildYou can preview the production build with npm run preview.
See "To start the api" above: To start the api