zer0dt / hodlocker

https://hodlocker.com
GNU General Public License v3.0
16 stars 6 forks source link

Running Locally

  1. Clone the repository.
git clone https://github.com/zer0dt/hodlocker.git
cd hodlocker
  1. Install dependencies using npm.
npm install
  1. Copy env.example to env and update the variables.
cp .env.example .env
  1. Sync your prisma client with the Supabase instance.

    npx prisma db push
    • Create an entry in your supabase instance in the "Tag" table with Name: BSV, FullName: Bitcoin
    • Also create an entry in the "Bitcoiner" table with Handle: anon
  2. Start the development server.

npm run dev