Mar 18, 2026, 11:00 AM #1
Comment contribuer à Nodyx
Le projet est sur GitHub. Setup local :
git clone https://github.com/Pokled/Nodyx.git
cd Nodyx/nodyx-core && npm install && cp .env.example .env && npm run dev
# Autre terminal :
cd ../nodyx-frontend && npm install && cp .env.example .env && npm run devConventions
- TypeScript strict dans nodyx-core et nodyx-frontend
- Svelte 5 runes (
$state,$derived,$effect) - Nouvelles features DB → migration dans
src/migrations/ - Socket.IO attaché APRÈS
server.listen()(contrainte Fastify v5)
Issues marquées good first issue pour démarrer.