mehedi c12879f2fd | ||
---|---|---|
public | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc | ||
README.md | ||
components.json | ||
env.example.txt | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js | ||
tsconfig.json |
README.md
Local Quickstart
Follow these steps to run it locally.
- Clone the repo
git clone https://gitea.kreuzung1.de/mehedi/skilld-frontend.git
- Change the directory
cd skilld-frontend
- Install the dependencies
npm install
- Run it
npm run dev
- Go to http://localhost:3000 and thats it