Source code of Athen Labs landing page.
In this project we use the following technologies:
If you have the installed SDK in your system just make sure that you have the same versions required for the project and setup in your IDE of preference (we recommend Visual Studio Code).
To enforce some standards please install in your local environment the PNPM as package manager and run the following command:
pnpm preinstall
Also to enforce lint and ESLint/Prettier standards please run the following command to install some Git hooks managed by Husky:
pnpm prepare
First step, clone the project in your local environment and run the following command to install all dependencies:
pnpm install
After it you could run the following command to start your project in your local environment:
pnpm dev
Under Development
Under development
This project is licensed under the GPL-3 License. See here.