This is the source code and the compiled deployment of the main Metis landing website, built with the svelte-spectre UI-kit.
All the edits in this repository are immediately reflected at the Metis website thanks to the GitHub action scenario.
This website is written in the TypeScript language using the Svelte frontend and Spectre style framework. If you wish to run this website elsewhere (e.g. at your own local PC), clone or download this repository and make sure you have the newest JavaScript / TypeScript environment at hand. For example, in your terminal console, the command node -v
should print a version above v14
at least. Also the NodeJS package manager should work, that is, the command npm -v
should print a version above 7
at least.
Refer to the main parts of the whole Metis infrastructure:
This set of commands downloads all the dependencies, compiles the code, and starts the local development server:
npm install
npm run build
npm run dev
After that, the website is available under the local address localhost:5556.
Copyright 2023 BASF SE
BSD 3-Clause