nexed.works
Find a file
2025-03-09 09:05:00 +02:00
.direnv Update logo 2024-11-03 14:46:59 +02:00
.github Delete .github/workflows directory 2023-05-13 11:18:02 +02:00
.well-known Add NIP-04 verification 2023-07-24 10:47:54 +02:00
src Update metadata.json 2025-03-09 09:05:00 +02:00
.editorconfig Created template 2020-12-28 12:23:20 +08:00
.eleventy.js Removed browsersync 2023-02-19 14:35:38 +08:00
.envrc Some style updates 2023-05-13 12:05:59 +02:00
.gitignore Created template 2020-12-28 12:23:20 +08:00
flake.lock nix flake update 2024-02-09 10:13:23 +02:00
flake.nix Initial commit 2023-05-13 10:33:46 +02:00
package-lock.json Update home page 2024-02-18 12:24:18 +02:00
package.json Update home page 2024-02-18 12:24:18 +02:00
postcss.config.js Cleaning up some configs 2022-02-14 14:21:18 +08:00
README.md Update home page 2024-02-18 12:24:18 +02:00
tailwind.config.js Update home page 2024-02-18 20:54:12 +02:00

nexed.works

Deploy Eleventy site to Pages

Bitcoin / LN software, consulting, and training services.

How to use

  1. Install dependencies: npm install
  2. Start development: npm start
  3. See nexed.works at http://localhost:8080/
  4. To build the release version: npm run build
  5. When ready, push to GitHub and the action will build and publish to GitHub Pages