Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 592 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 592 Bytes

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
  1. 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!