Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.4 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.4 KB

Athen Labs Landing Page

Source code of Athen Labs landing page.

Technologies

In this project we use the following technologies:

Installation

With installed SDK

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

Docker and Docker Compose

Under Development

Useful Commands

Under development

License

This project is licensed under the GPL-3 License. See here.