Skip to content

raynemllr/bugbook

Repository files navigation

Bugbook

Getting Started

Install necessary packages before running the app:

npm install

To run the development server locally:

npm run dev

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

Deploy on Vercel

You can refer to the video url below for the quick deployment guide through Vercel:

https://www.youtube.com/shorts/HVhou1CGa1c

Diregard the creation of repository as we already have a repository for this project.

P.S. Don't for get to add the environment variables before deploying the application

Commit Guide

In general the pattern mostly looks like this:

type(scope❓): subject #scope is optional; multiple scopes are supported (current delimiter options: "/", "" and ",")

  • build: Changes related to build processes.
  • chore: General maintenance and tasks that are not tied to a specific feature.
  • ci: Updates to CI/CD configuration and scripts.
  • docs: Documentation updates or additions.
  • feat: New features or enhancements.
  • fix: Bug fixes.
  • perf: Performance improvements.
  • refactor: Code refactoring without changing its behavior.
  • revert: Reverts a previous commit.
  • style: Code style changes (formatting, indentation).
  • test: Adding or modifying tests.

ENV EXAMPLE

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=

SCRIBEMATIC_BASE_URL=
SCRIBEMATIC_API_KEY=

OPENAI_API_KEY=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published