Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v18 or higher)
  • pnpm (v8 or higher)
  • PostgreSQL

Getting Started

git clone https://github.com/blinko-space/blinko
cd blinko

Available Scripts

Development Tips

The development server runs on port 1111 by default. You can modify this in the package.json scripts.

Running db-reset or migrate-dev-reset will clear all data in your database. Use with caution!