https://github.com/smartdev1990/react-landing-page
https://github.com/smartdev1990/react-landing-page
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdev1990/react-landing-page
- Owner: SmartDev1990
- License: mit
- Created: 2022-02-21T20:05:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T20:08:55.000Z (over 4 years ago)
- Last Synced: 2025-05-14T02:49:52.727Z (about 1 year ago)
- Language: HTML
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AT Finance 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 AT Finance landing page.
Main AT Finance 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`