- Install Docker on your machine if not available
- Build api container with
docker build -t preqin-api . - Run api container with
docker run --publish 8000:8000 preqin-api - Api points can be found at
127.0.0.1:8000- Docs for the api can be found at
127.0.0.1:8000/docs
- Docs for the api can be found at
cdinto the/frontend/investors-dashboarddir- Run
nvm useto use node version in.nvmrc - Run
npm ito install dependencies - Run the cmd
npm run devto run the application locally - For tests, run the cmd
npm run test
-
Notifications
You must be signed in to change notification settings - Fork 0
AxSch/investor-dash
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published