mirror of
https://github.com/nexedworks/nexed.works.git
synced 2025-12-28 18:14:34 +02:00
nexed.works
| .direnv | ||
| .github | ||
| .well-known | ||
| src | ||
| .editorconfig | ||
| .eleventy.js | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
nexed.works
Bitcoin / LN ⚡️software, consulting, and training services.
How to use
- Install dependencies:
npm install - Start development:
npm start - See nexed.works at http://localhost:8080/
- To build the release version:
npm run build - When ready, push to GitHub and the action will build and publish to GitHub Pages