https://github.com/data-students/web-datathon-2024
Lloc web de la Datathon FME!
https://github.com/data-students/web-datathon-2024
Last synced: over 1 year ago
JSON representation
Lloc web de la Datathon FME!
- Host: GitHub
- URL: https://github.com/data-students/web-datathon-2024
- Owner: data-students
- Created: 2024-10-18T10:19:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T21:34:33.000Z (over 1 year ago)
- Last Synced: 2025-01-23T12:29:06.249Z (over 1 year ago)
- Language: Svelte
- Size: 26.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datathon.cat
## Landing page
Landing page for the 4th Datathon FME competition, taking place 16-17 November 2024!
### How to test locally?
1. Install the Node Package Manager (NPM).
2. Open a terminal inside this folder and run the following commands:
```
npm i
npm run start
```
3. Remember that the source code is in `./src` while the static assets are in `.public`.
### How do I deploy a new version?
1. Edit whatever you want. Do not manually edit anything in `./dist`. Its contents are automatically generated.
2. Commit your changes, the new version will automatically deploy!