/sealas

Encrypted accounting for freelancers

Primary LanguageElixirApache License 2.0Apache-2.0

Sealas - Zero Knowledge Online Accounting Software For Freelancers

Sealas is Open Source. Open Source in all matters technical: the source code is available on Github, and everybody's welcome to support us with pull requests.

... and Open Source in spirit: we write about the whole development of Sealas and the hows and whys behind our technical, design and business decisions.

Check out the website and blog repository, and follow our development of Sealas here: https://sealas.at/blog

Build Status

We build our software on three different CI systems, and then compare the result:

Travis CI: Travis CI Build Status CircleCI: CircleCI Build Status AppVeyor: AppVyor Build status

Development

To start dev server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.