Skip to main content

Deployment

This document serves as a deployment guide for the SCHEMA lab.

Local Installation

To run the SCHEMA lab locally:

1. Prerequisites

  • Node.js (version ≥ 16 recommended)
  • npm (comes bundled with Node.js)

2. Clone the Repository

git clone https://github.com/athenarc/schema-lab.git
cd schema-lab/schema-lab

3. Install external packages

npm install

4. Configure application by creating a .env file. You may use the provided .env.template file and change the values as needed.

cp .env.template .env
vim .env

5. Start development server

npm start