Skip to content

nodetec/nodetec

Repository files navigation

NODE-TEC ⚡

Last commit Stars Issues Repo size

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, Lightning, and Nostr and to showcase various applications.

You can find workshops and other content on the NODE-TEC YouTube Channel.

You can also subscribe to the 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