Website for Mycelium Network https://network.mycelium.tf
- TypeScript 99.4%
- CSS 0.5%
- JavaScript 0.1%
|
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 37s
|
||
|---|---|---|
| .forgejo/workflows | ||
| docs | ||
| hooks | ||
| src | ||
| .gitignore | ||
| CHANGELOG.md | ||
| connector.png | ||
| LICENSE.md | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| peers.png | ||
| postcss.config.js | ||
| prettier.config.js | ||
| README.md | ||
| setting.png | ||
| tsconfig.json | ||
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 |