X Tutup
The Wayback Machine - https://web.archive.org/web/20210121041943/https://github.com/paperwork/service-users-node
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Paperwork Users Service

OpenSource note-taking & archiving

Build Status

Development

(Optional) Using a local version of Paperframe:

$ git clone git@github.com:paperworkco/paperframe.git
$ cd paperframe
$ npm link

Cloning the repository:

$ git clone git@github.com:twostairs/paperwork.git
$ cd paperwork
$ cd service-users/

(Optional) Linking local version of Paperframe:

$ npm link paperframe

Preparing:

$ npm install
$ cp .env.example .env
$ vim .env
$ # adjust the settings accordingly

Starting in development mode (with code auto-reload):

$ npm run dev

Running tests:

$ cd service-users/
$ npm test

TODO: Write tests.

Docker

$ cd service-users/
$ docker build -t="paperwork/service-users" .
$ docker run -it --rm --name="paperwork-service-users" --env-file .env paperwork/service-users
You can’t perform that action at this time.
X Tutup