Get Started

Get started

Welcome to NextSaaS! Follow these steps to get started:

  1. Clone the Repository
git clone git@github.com:xylish7/next-saas.git [SAAS_NAME]

Replace [SAAS_NAME] with your preferred name for the project.

  1. Navigate into the Directory
cd [SAAS_NAME]

Move into the directory you just cloned.

  1. Install Dependencies
npm install

This command will install all necessary dependencies for the project.

  1. Run the Application
npm run dev

This command will start the development server.

💡

If you want to start fresh with a new repository history, you can clear the .git folder and initiate a new repository using the git init command.

That's it! You're ready to start working. Happy coding!