/lightyear

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

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