caMicroScope Admin Dashboard
Design Reference
The designs have been illustrated on this figma workspace.
Development
Clone this repository and run npm install
to install dependencies.
git clone <repository-url>
cd <repository-name>
npm install
Now to start the development server, run npm start
.
npm start
To build a production build, run npm run build
.
npm run build
Style framework
This project uses TailWind CSS as a utility framework for styles. More details about the Tailwind CSS framework can be found here.