Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

modularni-urad/open-partip-webclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPartip webclient

NOTE: tohle uz ma cenu mozna jen kvuli auth

how to build

npm run build

Or with docker:

docker pull node:lts-alpine3.9
docker run -w="/tmp" -v $PWD:/tmp --rm=true node:lts-alpine3.9 \
  /bin/sh -c "npm i --only=production --verbose && npm run build"

how to debug

# Install dependencies.
npm install

# Serve with automatic reloading.
npm start

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published