Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.35 KB

README.md

File metadata and controls

69 lines (45 loc) · 1.35 KB

Verity

Version Latest Package Version Latest Package Version

Verity is a service that allows you to create new versions of various applications and connect them to each other. Manage your applications easily and efficiently.

Local Development

Prerequisites

Getting Started

  1. Clone the repository:
git clone git@github.com:platacard/verity.git

or

git clone https://github.com/platacard/verity.git
  1. Change to the project directory:
cd verity
  1. Create a .env file in the root of the project and fill like in this example:
touch .env
  1. Start the development environment:
docker-compose up -d
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and navigate to http://localhost:3000.

  2. Login with the following credentials:

  • Username: verity
  • Password: verity
  1. You're all set! 🚀