quecto
Installation

Standalone

Host Quecto with bun runtime

Requirements

Bun

Bun

Installation

Clone the repository

Execute the following command to clone the repository.

git clone https://github.com/oriionn/quecto.git

Install dependencies

Execute following commands to install the dependencies.

cd quecto
bun install

Build the project

Execute the following command to build the project.

bun run build

Generate the database and configuration files

Execute the following command to generate the database and configuration files.

bun generate:config && bun generate:db

Configuration

Edit the config.yml file in the data directory.

For more information, see the Configuration page.

Run the project

Execute the following command to run the project.

bun start

Once you have completed these steps, you can access your Quecto instance at http://localhost:3000.

On this page