This is the landing page people see when visiting the website.
To run the landing on your local machine, you must first have NodeJS and NPM installed and updated to their latest versions. After that, run the following commands to clone and run the landing:
# Clone the repository
$ git clone https://github.com/IzK-ArcOS/ArcOS-Landing-v1
# Change to the directory
$ cd ArcOS-Landing-v1
# Satisfy dependencies and run the frontend on port 5173
$ npm i
$ npm run dev
GPLv3