JeroenReumkens / bugees

Your personal bug tracker that allows you to efficiently hunt down those pesky bugs.

Home Page:https://bugees.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugees | Bug Tracker

A bug tracker built Next.js, Tailwind CSS, Prisma and more.

Getting Started

Follow these steps in order to get the website up and running locally on your machine.

1. Clone the repository then navigate to the root directory

2. Install all required dependencies

npm install

3. Setup your development database

  • I use a local PostgreSQL database for development.

4. Setup your environment variables. An example file is provided.

  • File must be named .env.local for development.
  • Ensure you use the custom scripts that use this file.

5. Create/sync the database

npm run migrate:dev

6. Host a local development server

npm run dev

Production

1. Host on your preferred platform

  • Here are my current hosts:

    • Website: Vercel
    • Database: Railway

2. Use this build command

npm run production:build

Contact

About

Your personal bug tracker that allows you to efficiently hunt down those pesky bugs.

https://bugees.vercel.app/


Languages

Language:JavaScript 97.6%Language:Shell 1.1%Language:TypeScript 0.7%Language:CSS 0.6%