Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 558 Bytes

Searchkit Starter App

Used to start new applications which use Searchkit. Based off the popular create-react-app. If you dont know about create-react-app, please read their readme and install create-react-app on your machine

Install instructions

  • git clone git@github.com:searchkit/searchkit-starter-app.git
  • cd searchkit-starter-app
  • yarn
  • npm start

Build and deployment

Build the application for deployment

  • npm run build

Deployment

  • firebase deploy