Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 504 Bytes

How to use this template

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