Departemen Pengembangan Minat dan Bakat Himpunan Mahasiswa Teknik Informatika Institut Teknologi Kalimantan
Website resmi dari Departemen Pengembangan Minat dan Bakat Himpunan Mahasiswa Teknik Informatika Institut Teknologi Kalimantan Kabinet INQUARES 2023.
- CSS
- Tailwind CSS
- Next.js
- Javascript
- Misc
- ESLint
- eslint-config-next,
- eslint-config-prettier,
- eslint-plugin-jsx-a11y,
- eslint-plugin-prettier,
- eslint-plugin-react,
- eslint-plugin-react-hooks,
- Prettier
- @trivago/prettier-plugin-sort-imports
- prettier-plugin-tailwindcss
- ESLint
npm run dev
npm run build
npm run start
npm run lint
npm run lint:fix
npm run format
npm run test
- Node.js
- NPM
- Git
- Fork the repository
- Clone the repository
git clone
- Install the dependencies
npm install
- Create a new branch from the development branch
git checkout -b <branch-name>
- Make your changes
- Commit and push your changes
git add <file-name> # Add all the files/folders needed
git commit -m "<commit-message>"
git push <remote-name> <branch-name>
- Create a new pull request from your forked repository
- Wait for your changes to be merged from the maintainer
- If any requested or revision changes are made, repeat steps 5-8
- If no requested or revision changes are made, your changes will be merged