Go to file
mehedi-hasan 0b3a51880f doc: add installation steps in readme 2024-07-07 14:05:53 +06:00
public feat: add logo 2024-04-09 18:13:44 +06:00
src fix: typo 2024-05-01 18:02:20 +06:00
.eslintrc.json feat: sidebar, mobile sidebar, ui components 2024-04-07 22:56:22 +06:00
.gitignore feat: sidebar, mobile sidebar, ui components 2024-04-07 22:56:22 +06:00
.prettierrc feat: sidebar, mobile sidebar, ui components 2024-04-07 22:56:22 +06:00
README.md doc: add installation steps in readme 2024-07-07 14:05:53 +06:00
components.json feat: sidebar, mobile sidebar, ui components 2024-04-07 22:56:22 +06:00
env.example.txt feat: sidebar, mobile sidebar, ui components 2024-04-07 22:56:22 +06:00
next.config.js feat: sidebar, mobile sidebar, ui components 2024-04-07 22:56:22 +06:00
package-lock.json feat: page load progressbar 2024-04-24 20:50:45 +06:00
package.json feat: page load progressbar 2024-04-24 20:50:45 +06:00
postcss.config.js feat: sidebar, mobile sidebar, ui components 2024-04-07 22:56:22 +06:00
tailwind.config.js feat: pricing page, navigation menu, footer 2024-04-09 02:01:54 +06:00
tsconfig.json feat: sidebar, mobile sidebar, ui components 2024-04-07 22:56:22 +06:00

README.md

Installation

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