Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 568 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 568 Bytes

Tilden

Create and define reusable components (forms, graphs, etc.) and integrate them into any backend service (google sheets, Airtable, etc.)

Getting Started

Setup

npm install

Run locally

npm run dev

Open http://localhost:3000 with your browser to see the result.

Run Tests (Jest)

npm run test

Stack

  • Next.js: SSR, server, and API
  • React: Rendering Engine
  • Hasura: API and Graphql layer
  • postgres: DB layer
  • Jest: Testing

CI / CD

  • Vercel: Deployment
  • CircleCI: Integration