An open API service indexing awesome lists of open source software.

https://github.com/lecualab/landing-page-app

Lecualab's landing page
https://github.com/lecualab/landing-page-app

angular typescript

Last synced: 2 months ago
JSON representation

Lecualab's landing page

Awesome Lists containing this project

README

          

# Landing Page APP

Landing page with the main focus on get customer contacts.

# TL;DR

Choose one of the following options to run the app:

- Locally

```bash
# Install dependencies
pnpm install

# Run the app
pnpm start
```

- Docker

```bash
pnpm start:docker
```