Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1013 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 1013 Bytes

Inbox Startup

Helping Startups during the chaotic zero stage.

References to help founders kickstart their idea to the zero stage with as little tools as possible and as economical as possible.

  • Let’s keep the content to resources that are either free, open-source, or have a free tier for founders to start off.
  • Commercial players are free to sponsor a page, section, or a category.

Development

The documentation is currently powered by VitePress. Install the necessary modules to be able to run VitePress. Here is a quick reference for the simplest way to develop locally.

Command

  • Run locally: npm run docs:dev
  • Build: npm run docs:build
  • Preview the build: npm run docs:preview

Plugins

Install the needed plugins with npm i -D plugin-name and follow their usage instructions.

Host: Netlify (2024JUL)