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

Latest commit

 

History

History
34 lines (23 loc) · 1.42 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.42 KB

Exoframe Server

Simple Docker deployment tool

CI: Test CI: Release Coverage Status Docker Pulls Docker image size license

Exoframe is a self-hosted tool that allows simple one-command deployments using Docker.

Installation, usage and docs

For more details on how to get it up and running please follow the following link how to setup exoframe-server.

Development

# Start the development setup:
yarn docker:start

# Run something inside of the exoframe container:
yarn docker:exec [command]

# Test your code:
yarn lint
yarn test

License

Licensed under MIT.