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

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

Notifications You must be signed in to change notification settings

exoframejs/exoframe-server

Repository files navigation

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.