- Install NodeJS
- Install ESLint (can be found in vscode marketplace)
- Install Prettier (can be found in vscode marketplace)
- Install Tailwind CSS IntelliSense (can be found in vscode marketplace)
git clone https://github.com/KuroXI/supercore-library-management
cd ./supercore-library-managementnpm installcp .env.example .env
# or
copy .env.example .envnpm run db:pushnpm run devgit checkout -b <branch_name>git add .git commit -m "<message>"git push -u origin <your_branch_name>