Skip to content

Latest commit

 

History

History
 
 

frontend

Prolang UI

A Web interface to manage programming languages data

Prerequisites

  • Node.js 12+
  • Yarn or NPM

Setup

yarn install
cp .env.template .env.development.local

Start the project for development

yarn dev