- Clone this repository
- Use the builder.io cli to create a space. You can install the cli by running
npm install -g @builder.io/cli
and then runbuilder create
in the root of this project using the .builderio folder as input. - Setup a .env file and configure these vars:
PUBLIC_BUILDER_API_KEY=""
PRIVATE_NETLIFY_BUILD_HOOK_SECRET=""
PRIVATE_NETLIFY_BUILD_HOOK=""
- Run
npm i
to install dependencies - Run
npm run dev
to start the development server