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

https://github.com/smartdev1990/agam-site


https://github.com/smartdev1990/agam-site

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# AGAM Landing Page

```
_______ ______ _
/\|__ __| | ____(_)
/ \ | | | |__ _ _ __ __ _ _ __ ___ ___
/ /\ \ | | | __| | | '_ \ / _` | '_ \ / __/ _ \
/ ____ \| | | | | | | | | (_| | | | | (_| __/
/_/ \_\_| |_| |_|_| |_|\__,_|_| |_|\___\___| Est.2021

Telegram: https://t.me/at_finance
Twitter: https://t.co/mTtLSX7ayv
GitHub: https://github.com/ATFinance
Email: support@at.finance
```

#### This public repo contains the AGAM landing page.

Main AGAM links:
* [Website](https://at.finance/)
* [White Paper](https://github.com/ATFinance/Whitepaper/blob/main/WHITEPAPER.pdf)

Other links:
* [Telegram](https://t.me/at_finance)
* [Twitter](https://twitter.com/ATFinance_)
* [BscScan](https://bscscan.com/token/0x87eba250a34e7486eab140d89e2eb5d8d113ea2d)
* [GitHub](https://github.com/atfinance)

## Installation

1. Clone this repository.
```bash
git clone https://github.com/ATFinance/landing-page.git
cd landing-page/
```

2. Install package depedencies using npm.
```bash
npm install
```

## Available scripts

- `npm run dev`
- `npm run watch`
- `npm run hot`
- `npm run prod`
- `npm run serve`