Skip to content

inshapardaz/library-editor

Repository files navigation

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