The essential startup starter kit
A stack of DevTools to start building your startup. Read the announcement
If you’re a software engineer and you want to build a project or a company all of these tools are available for you off the shelf at devstarterpack.io.
Use the code devstarterpack
to save up to $250K off on the below software:
*Exact instructions available at devstarterpack.io
We are very excited to see what you will build! Please share with us so we can support you however it makes sense. 💜
If you would like to offer your product as part of Dev Starter Pack, let us know here.
Follow these steps to set up your local development environment:
- Ensure you have Node.js 20.9.0 installed.
- That's it, you're ready to go!
To start the development server, follow these steps:
Clone the repository:
git clone https://github.com/jamdotdev/dev-starter-pack.git
Navigate to the project directory:
cd dev-starter-pack
Install the dependencies:
npm install
Start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
If you encounter any issues, you can 1-click log them with Jam to this repo's issue tracker.
We appreciate your feedback and will do our best to address the issues promptly!