ersankarimi / pmb-official-website

Website resmi dari Departemen Pengembangan Minat dan Bakat HMIF 2023

Home Page:https://pmb-hmif.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Departemen Pengembangan Minat dan Bakat Himpunan Mahasiswa Teknik Informatika Institut Teknologi Kalimantan

Description

Website resmi dari Departemen Pengembangan Minat dan Bakat Himpunan Mahasiswa Teknik Informatika Institut Teknologi Kalimantan Kabinet INQUARES 2023.

Screenshot 1

Screenshot 2

Screenshot 3

Links

Production

https://

Development / Staging

https://

Local

http://localhost:3000/

Tech Stack

  • 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

Scripts

Runs the app in the development mode.

npm run dev

Builds the app for production.

npm run build

Runs the app in the production mode.

npm run start

Lint the code.

npm run lint

Lint, fix, and format the code.

npm run lint:fix

Format the code.

npm run format

Test the code.

npm run test

Contributing

Prerequisites

  • Node.js
  • NPM
  • Git

Installation

  1. Fork the repository
  2. Clone the repository
git clone
  1. Install the dependencies
npm install
  1. Create a new branch from the development branch
git checkout -b <branch-name>
  1. Make your changes
  2. 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>
  1. Create a new pull request from your forked repository
  2. Wait for your changes to be merged from the maintainer
  3. If any requested or revision changes are made, repeat steps 5-8
  4. If no requested or revision changes are made, your changes will be merged

About

Website resmi dari Departemen Pengembangan Minat dan Bakat HMIF 2023

https://pmb-hmif.vercel.app

License:MIT License


Languages

Language:JavaScript 99.2%Language:CSS 0.8%