clashwithjpa.com Svelte Themes

Clashwithjpa.com

Website for clashwithjpa.com

Clash With JPA

🚀 Installation

  1. Clone this repository

    git clone https://github.com/clashwithjpa/clashwithjpa.com clashwithjpa
    cd clashwithjpa
    
  2. Install dependencies

    pnpm i
    
  3. Start the app

    pnpm dev
    

🌐 Production

  1. Follow steps 1 & 2 from the installation guide. Ignore if already done.

  2. Build the app

    pnpm build
    
  3. Preview the app

    pnpm preview
    

📂 Working with database and drizzle

To make any changes to the database, you have to follow certain steps to avoid issues

  • Edit the database schema file with required changes
  • Run pnpm run db:push to apply the changes to the database

This will ensure that the changes are applied to the database without any issues.

You can also try pnpm run db:studio to open a web interface to interact with the database.

⌨️ Contributing

  • Things to keep in mind

    • Follow our commit message convention.
    • Write meaningful commit messages.
    • Keep the code clean and readable.
    • Make sure the app is working as expected.
  • Code Formatting

    • Run pnpm format before committing your changes or use Prettier extension in your code editor.
    • Make sure to fix all the linting errors. Run pnpm lint to check for linting errors.

Top categories

Loading Svelte Themes