Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 983 Bytes

README.md

File metadata and controls

59 lines (36 loc) · 983 Bytes

Lightyear

Lightyear helps you to write powerful integrations in a few lines of code. With built-in authentications and serverless infrastructure, we help you take the complexity out of API automation.

System Requirements

  • Node v14.20, v16.17, or greater (check with node --version)
  • Git

Getting Started

Create your project

Create your project directory from our template.

npx @runlightyear/cli create lightyear-integrations

Install dependencies

Change to the directory and log in to the app using the command line.

npm install

Authenticate

npx lightyear signup

or if you already have a Lightyear account

npx lightyear login

Run the development server

npm run dev

Access the dashboard

https://app.runlightyear.com

Deploy to production

npm run deploy

Documentation

https://docs.runlightyear.com