mehedi 0aae0b69b0 | ||
---|---|---|
public | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
README.md | ||
components.json | ||
next.config.mjs | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.config.ts | ||
tsconfig.json |
README.md
Local Quickstart
Follow these steps to run it locally.
- Clone the repository
git clone https://gitea.kreuzung1.de/mehedi/skilld-admin.git
- Change directory
cd skilld-admin
- Install dependencies
npm install
- Run it
npm run dev
- Go to http://localhost:3000