Quick Start
Quick Start – First Steps to Launch the Dashboard
Once you have installed all dependencies, you can quickly start the development server and launch the dashboard. Follow these simple steps:
Step
1
Navigate to Project
Go inside the Aquiry Admin project foldercd aquiry-admin
Step
2
Start in Development Mode
Make sure to have the Latest Visual Studio installed & running on your computer. If you already have installed latest Visual Studio on your computer, you can skip this step. After you finished with the above steps, you can run the following commands to run the project locally or build for production use:| Command | Description |
|---|---|
| Open Solution file | Open Aquiry.sln file with Visual studio and make sure to check asstes folder contain libs folder. |
Step
3
Explore Dashboard
You now have full access to Aquiry Admin UI, components, and layouts.
Done