Skip to content

Neo-Open-Source/neome

Repository files navigation

NeoME

Custom frontend for Akkoma (NeoME).

Requirements

Setup

git clone <repo>
cd neome
bun install

Optionally set default instance:

echo "VITE_INSTANCE_URL=your-instance.name" > apps/web/.env

Run

# All
bun run dev

# Only frontend
bun run dev:web

# Only Admin Panel
bun run dev:admin

Build

bun run build

Проверка кода

bun run lint        # линтинг (Biome)
bun run format      # авто-исправление
bun run typecheck   # проверка типов
bun run test        # тесты

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors