gmal1 / upwordly-local

Front-end microservice for Upword.ly

Home Page:https://upword.ly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ UPWORD.LY Front-End Microservice πŸš€

Build Status

This app runs a Next.js front-end microservice that communicates with Upword.ly's backend server allowing stenographers to create accounts, view, edit, and modify their transcriptions, and their consumers to view and edit them, as well.

To get started you will need Docker, Node 10+, and npm. Your deployment server will need latest version of npm and pm2 installed.

Commands

npm run build

Bundles and builds then Next.js app.

npm run test

Runs tests on front-end components.

npm run dev

Runs the dev environment.

npm start

Runs Upword.ly

npm run pm2dev

Runs Upword.ly as a pm2 process in dev mode.

npm run pm2prod

Runs Upword.ly as a pm2 process in production mode.

About

Front-end microservice for Upword.ly

https://upword.ly


Languages

Language:JavaScript 95.2%Language:CSS 4.7%Language:HTML 0.1%Language:Shell 0.0%Language:Dockerfile 0.0%