Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 530 Bytes

Antek

Snippet manager built using Laravel 9.

Requirements

  • PHP 8+
  • A database of some kind (SQLite is fine)
  • Meilisearch for searching
  • A Torchlight token for code highlighting

Getting Started

> composer install
> cp .env.example .env
> php artisan key:generate
> touch database/database.sqlite # Put full path to this file in .env's `DB_DATABASE` variable
> php artisan migrate
> pnpm install
> pnpm build # Or `pnpm dev` to start the dev server