The website that powers nyxo.app. Built with:
- Next.js 15 (App Router)
- Tailwind CSS 4
- next-intl (i18n — en, fi, es, de, sv, fr)
- Contentful (coaching content)
- Bun (package manager)
bun installCreate a .env.local file in the project root:
CONTENTFUL_SPACE_ID=YOUR_KEY
CONTENTFUL_ACCESS_TOKEN=YOUR_KEY
CONTENTFUL_ENVIRONMENT=YOUR_ENVIRONMENT
For development you can use the public testing environment:
CONTENTFUL_SPACE_ID=2bj8pq0ood89
CONTENTFUL_ACCESS_TOKEN=7yCg2oVBg-kQAhPrNTI0935HDiUJ7FYlUyIwM3Tspgg
CONTENTFUL_ENVIRONMENT=public
bun devThe site will be running at http://localhost:3000.
Contributions are welcome! This includes blog posts, translations, data visualizations, and new features.
MIT