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.
- Clone the repository:
git clone [email protected]:platacard/verity.git
or
git clone https://github.com/platacard/verity.git
- Change to the project directory:
cd verity
- Create a
.env
file in the root of the project and fill like in this example:
touch .env
- Start the development environment:
docker-compose up -d
- Install the dependencies:
npm install
- Start the development server:
npm start
-
Open your browser and navigate to http://localhost:3000.
-
Login with the following credentials:
- Username: verity
- Password: verity
- You're all set! 🚀