Skip to content

dask-58/hukum

Repository files navigation

HUKUM

License: MIT

Website

Important

Warning: All contributions must be made through pull requests from your forked repository. Direct changes to the main repository will not be accepted.

Prerequisites

Before you begin, ensure you have the following installed:

Contributing

  1. Fork the repository
  2. Clone your forked repository
    git clone https://github.com/YOUR_USERNAME/hukum.git
    cd hukum
  3. Install dependencies
    pnpm install
  4. Set up environment variables (see Environment Variables section)
  5. Create a new branch
    git checkout -b branch_name
  6. Start the development server
    pnpm dev
  7. Make your changes and test them at https://localhost:3000
  8. Commit your changes
    git add .
    git commit -m "feat: add your feature description"
  9. Push to your fork
    git push origin branch_name
  10. Create a Pull Request from your fork to our main repository
  11. Don't merge without requesting for code review.

Environment Variables

Warning: Never commit your .env files or share them publicly. They may contain sensitive information.

Create a local environment file in the root directory:

touch .env.local

Paste the following in the file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
UPLOADTHING_TOKEN=

Message me to get the keys

Keep your environment variables secure and never share them in public repositories or discussions.

Development

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more, take a look at the following resources:

Deploy on Vercel

Once the commits are merged to the main repository, they will be deployed on vercel at hukum-rose.vercel.app automatically.

About

Face recognition based attendance system

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages