runway

Runway

Installation

Learn how to install and set up the project

Once you're done, you can check out the Launch in 5 Minutes tutorial to learn how to deploy your project in minutes.

Let's get started! 🚀


System Requirements



Set up the project

Follow these steps to get Runway.js up and running on your local machine:

  1. Clone the repository and install dependencies:

    bash

    1git clone git@github.com:silasnevstad/runway-js.git
    2cd runway-js
    3npm install

    If you prefer using Yarn, you can replace npm install with yarn install.


  2. Rename .env.example to .env.local

    bash

    1mv .env.example .env.local

Make sure to add your own environment variables to .env.local before running the project.


  1. Open http://localhost:3000 and done!