Skip to content

Repository files navigation

Supercore Library Management

Setup for development

1. Installing needed tools

  • Install NodeJS
  • Install ESLint (can be found in vscode marketplace)
  • Install Prettier (can be found in vscode marketplace)

Optional tools

2. Clone Repository

git clone https://github.com/KuroXI/supercore-library-management
cd ./supercore-library-management

3. Install dependencies

npm install

4. Setup your .env

cp .env.example .env

# or

copy .env.example .env

4. Initialize your database

npm run db:push

5. Start development

npm run dev

How to do your task?

1. Branch out

git checkout -b <branch_name>

2. Code

3. Review your changes

4. Stage your changes

git add .

5. Commit your stage

git commit -m "<message>"

6. Push your commit

git push -u origin <your_branch_name>

7. Create your PR (Pull Request) in GitHub

Releases

Packages

Used by

Contributors

Languages