Go to file
mehedi 0aae0b69b0 Update README.md 2024-07-07 11:36:35 +00:00
public Initial commit from Create Next App 2024-04-12 01:10:36 +06:00
src feat: add login page 2024-05-06 10:59:53 +06:00
.eslintrc.json Initial commit from Create Next App 2024-04-12 01:10:36 +06:00
.gitignore feat: added some themes 2024-04-12 23:33:15 +06:00
README.md Update README.md 2024-07-07 11:36:35 +00:00
components.json feat: sidebar, mobile sidebar, top nav 2024-04-12 17:16:50 +06:00
next.config.mjs Initial commit from Create Next App 2024-04-12 01:10:36 +06:00
package-lock.json feat: page load progress bar 2024-05-01 17:59:16 +06:00
package.json feat: page load progress bar 2024-05-01 17:59:16 +06:00
postcss.config.js Initial commit from Create Next App 2024-04-12 01:10:36 +06:00
tailwind.config.ts feat: create new analysis page 2024-04-19 23:36:52 +06:00
tsconfig.json Initial commit from Create Next App 2024-04-12 01:10:36 +06:00

README.md

Local Quickstart

Follow these steps to run it locally.

  1. Clone the repository
git clone https://gitea.kreuzung1.de/mehedi/skilld-admin.git
  1. Change directory
cd skilld-admin
  1. Install dependencies
npm install
  1. Run it
npm run dev
  1. Go to http://localhost:3000