-
Clone repository to your environment
git clone https://github.com/athenarc/schema-lab.git
-
Navigate inside the code directory
cd schema-lab/schema-lab
-
Install external packages
npm install
-
Conigure 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
-
When done, you may start the development server
npm start