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 Development Server
Run the local development serveryarn start
The dashboard will automatically open in your browser at http://localhost:3000.
Step 3
Explore Dashboard
You now have full access to Aquiry Admin UI, components, and layouts.
Done
Dashboard Ready
Your Aquiry Admin Dashboard is running locally.Next Steps :
- Build for production with
yarn build. - Explore components and layouts inside the
src/folder. - Customize theme colors in
src/assets/scss/. - Add new packages using
yarn add <package>.