Setup

Scalerepo is available to you as a GitHub template. To get started, click the "Use this template" button on the Scalerepo repository

  1. Create a new repository from the template
  2. Clone the repository to your local machine
  3. Install dependencies with yarn
  4. Start the development server with yarn dev

Clone the repository

git clone https://github.com/scalerepohq/scalerepo.git

Install dependencies

yarn

Start the development server

yarn dev

Push to GitHub

Create a new repository on GitHub and push your project to it.

git add .
git commit -m "Initial commit"
git push

Deploy to Vercel

Scalerepo is designed to be deployed to Vercel.

First, create a new project on Vercel. Then, link your GitHub repository to Vercel. Finally, deploy your project.

To deploy your project, use the Vercel CLI:

To install the Vercel CLI, run the following command:

npm i -g vercel

Use the following command to login to Vercel:

vercel login

Link your project to Vercel:

vercel link

Demo app of Scalerepo, a production-ready starter kit built with Next.js and Planetscale.

© 2023 Demorepo