Website for Mycelium Network https://network.mycelium.tf
  • TypeScript 99.4%
  • CSS 0.5%
  • JavaScript 0.1%
Find a file
peter 425654aa0e
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 37s
Update .forgejo/workflows/deploy.yml
2026-02-16 08:26:40 +00:00
.forgejo/workflows Update .forgejo/workflows/deploy.yml 2026-02-16 08:26:40 +00:00
docs ci: Remove development_test_push branch and configurations 2025-12-18 16:49:09 +02:00
hooks Initial commit 2025-12-17 18:55:39 +01:00
src feat: Rebrand from "Project Mycelium" to "Mycelium" in legal pages 2026-01-26 21:19:04 +08:00
.gitignore Initial commit 2025-12-17 18:55:39 +01:00
CHANGELOG.md Initial commit 2025-12-17 18:55:39 +01:00
connector.png Initial commit 2025-12-17 18:55:39 +01:00
LICENSE.md Initial commit 2025-12-17 18:55:39 +01:00
next.config.js Initial commit 2025-12-17 18:55:39 +01:00
package-lock.json chore: Add @heroicons/react dependency 2025-12-18 16:44:22 +02:00
package.json chore: Add @heroicons/react dependency 2025-12-18 16:44:22 +02:00
peers.png Initial commit 2025-12-17 18:55:39 +01:00
postcss.config.js Initial commit 2025-12-17 18:55:39 +01:00
prettier.config.js Initial commit 2025-12-17 18:55:39 +01:00
README.md ci: Remove development_test_push branch and configurations 2025-12-18 16:49:09 +02:00
setting.png Initial commit 2025-12-17 18:55:39 +01:00
tsconfig.json Initial commit 2025-12-17 18:55:39 +01:00

Mycelium Network Website

Official website for Mycelium - an end-to-end encrypted IPv6 overlay network.

Built with Next.js 14, TypeScript, Tailwind CSS, and Framer Motion.

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

Development

npm install      # Install dependencies
npm run dev      # Start dev server at http://localhost:3000
npm run build    # Build for production (outputs to out/)
npm run start    # Preview production build
npm run lint     # Run ESLint

Deployment

Automated CI/CD deploys on push to configured branches. See docs/DEPLOYMENT.md for details.

Branch Domain
master network.mycelium.tf
development www2.network.mycelium.tf