- svelte - reactive compiler, an awesome idea of https://github.com/Rich-Harris
- esbuild - fast typescript compiler, omg it is so fast! thank you, https://github.com/evanw
- i18next - localization, reimplementing sveltejs/kit#553 (comment)
No runtime dependencies was used in package.json
Start Redis
brew install redis
redis-server
Start GraphQL server
cd ../discours-backend-next
pipenv run python server.py
Run and get src/graphql/codegen.ts
pnpm graphql-codegen
Compile and run web frontend
pnpm i
pnpm dev
Edit precompiler.js
for your needs
pnpm sb:install
pnpm sb:start