https://github.com/jongan69/assetdash
https://github.com/jongan69/assetdash
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jongan69/assetdash
- Owner: jongan69
- License: mit
- Created: 2024-02-13T04:45:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:19:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T17:17:53.122Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://assetdash.vercel.app
- Size: 6.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asset Dash
This admin dashboard has added apis for
- Alpaca API
- Gain Capital API (custom client)
- Kraken Exchange API
To display current live balances
## Installation
Here are the steps you need to follow to install the dependencies.
1. Download and extract the template from Next.js Templates.
2. After that **cd** into the template directory then run this command to install all the dependencies
```
npm install
```
or
```
yarn install
```
3. Now run this command to start the developement server
```
npm run dev
```
or
```
yarn dev
```