Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

kanojo-db/kanojo

Repository files navigation

KanojoKanojo

Kanojo

GitHub Commitizen friendly GitHub branch checks state Codecov Translation status OSSF-Scorecard Score OpenSSF Best Practices Discord

This repository contains the main code for Kanojo, comprising the API, backend and frontend of the database.

Contribute

If you are interested in contributing to the project, whether you are a developer or not, read through CONTRIBUTING.md.

Join on our Discord to participate on discussions about features, bugs, translations or content moderation.

Requirements

We use Laravel Sail for development.

Running a local server

We recommand using Laravel Sail for development.

Initialize the database using:

sail artisan migrate

Run the frontend development build using:

sail npm run dev