inshapardaz / library-editor

Editor for Inshapardaz libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nawishta Library app

This is the UI for the nawishta library app. It works with the inshapardaz apis

Build And Deploy

Development

Install packages:

npm install

Run for development

npm run start

Building for production

npm run build

Building and running docker

Building image

docker build -t inshapardaz/library-editor .

Running image

docker run -p 80:80 inshapardaz/library-editor

About

Editor for Inshapardaz libraries

License:MIT License


Languages

Language:JavaScript 98.3%Language:SCSS 1.6%Language:HTML 0.1%