Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 201 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 201 Bytes

VGER

A web based STO visual glossary

Running locally

git clone [email protected]:STOCD/VGER.git
cd VGER
npm install
npm run dev # localhost:3000

Building

npm run build