Skip to content

aveer-dev/aveer.hr

Repository files navigation

Frame 43

aveer.hr

A simple employee management tool for everyone.






About

aveer.hr is an employee management tool for founders and employees; with focus on design and simplicity.

Screen Recording 2025-02-04 at 2 58 29 AM

Built with

Setup

Prerequisites

Here is what you need to be able to run aveer.hr

  • Node.js (Version: >=18.x)
  • Supabase cloud or local setup (Postgress)
  • Pnpm (recommended)

Development

  1. Clone the repo
https://github.com/aveer-dev/aveer.hr.git
  1. Go to the project folder
cd aveer.hr
  1. Set up your .env file
  • Duplicate .env.example to .env
  • Fill with tokens necessary information as required
  1. Install packages with pnpm
pnpm i
  1. Run db migration
  • Follow instructions here to install Supabase CLI
  • Run the following command
# supabase init
# supabase start
# supabase migrate up
  1. Run the local server:
pnpm dev
  1. Open http://localhost:3000 with your browser to create an account and continue.