https://github.com/nodetec/nodetec
⚡ Sovereign Computing for a Brighter Future
https://github.com/nodetec/nodetec
bitcoin lightning nodes nostr relays
Last synced: 7 months ago
JSON representation
⚡ Sovereign Computing for a Brighter Future
- Host: GitHub
- URL: https://github.com/nodetec/nodetec
- Owner: nodetec
- License: gpl-3.0
- Created: 2023-05-29T02:59:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T16:34:00.000Z (about 1 year ago)
- Last Synced: 2025-06-05T20:31:33.508Z (7 months ago)
- Topics: bitcoin, lightning, nodes, nostr, relays
- Language: MDX
- Homepage: https://nodetec.co
- Size: 1.4 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[NODE-TEC](https://nodetec.co/ "NODE-TEC") is an organization with a goal of providing sovereign computing for a brighter future.
This particular website is used to provide guides related to [Bitcoin](https://bitcoincore.org/ "Bitcoin"), [Lightning](https://github.com/lightning "Lightning"), and [Nostr](https://nostr.com/ "Nostr") and to showcase various applications.
You can find workshops and other content on the [NODE-TEC YouTube Channel](https://www.youtube.com/@nodetec "NODE-TEC YouTube Channel").
You can also subscribe to the [NODE-TEC Substack](https://nodetec.substack.com/ "NODE-TEC Substack").
## Contribute
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
## TODO
- Support files outside directories
- Support drafts
- Support multiple languages
- Fuzzy match for searches
- Use tailwind scrollbar
- Provide the same node and npm versions
- Use the same package-lock.json file