Skip to content

Kev049/DAT257

Repository files navigation

Running the application

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.

Installation

The application can be run through npm. Install Node.js and use the package manager 'npm' to install Svelte and Tailwind

npm install
npm 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

Developing

# to start the server
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

To start the api:

## From the root of the project:
cd src/routes/api
python query_data.py

Building

To create a production version of the app:

npm run build

You can preview the production build with npm run preview.

See "To start the api" above: To start the api

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published