Skip to content

This is a long lived repository which right now is non-functional. The intent is that this repository will take the best practices from the Proof of Concept release and cleanly execute. This repo will eventually represent the 1.0 release of Satellite.im

License

Notifications You must be signed in to change notification settings

foxdongzi/Satellite-Absolute

 
 

Repository files navigation

Satellite-Absolute

Running

Environment

It's important to setup your environment before running Satellite-Absoltue. This will require you to add some keys. See the .env.example file to get started.

Start by cloning the .env.example to a local .env. This stores secure information and is not pushed to production.

cp .env.example .env

Now simply fill in the required information in the .env file.

To load your environemnt variables you need to prefix all yarn commands with npx dotenv.

Running Locally

To start running locally complete the Environment setup and then run npx dotenv yarn dev.

Contributing

Please lint your code before submitting. npx dotenv yarn lint. Lints must pass before submitting a PR. Please document all new methods and files.

About

This is a long lived repository which right now is non-functional. The intent is that this repository will take the best practices from the Proof of Concept release and cleanly execute. This repo will eventually represent the 1.0 release of Satellite.im

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 46.7%
  • HTML 22.0%
  • Less 13.9%
  • JavaScript 10.2%
  • TypeScript 7.1%
  • Shell 0.1%