Quick Start Guide
Prerequisites
Before you can get started with ShipFast, ensure you have the following prerequisites installed:
- 
Node.js (v18.17 or higher) Node.js is required to run the project. It comes with npm (Node Package Manager) by default, which will be used to install dependencies. To install Node.js, visit the Node.js download page (opens in a new tab) and choose the appropriate version for your operating system. Make sure you're using Node.js version 18.17 or higher. 
Installation
Follow the steps below to set up the project and start using it.
- 
Download/Clone ShipFast 
- 
Install Dependencies npm install
- 
Configure Firebase, Stripe, and Mailgun (2 mins) In order to run ShipFast you'll have to configure Firebase. The other services are optional. Detailed instructions can be found in the Installation Guide: 
- 
Start the Development Server npm run devYour application should now be running locally. You can open your browser and navigate to http://localhost:3000to view it.