Bonfire - tend to your digital life in community. Customise and host your own online space and control your experience at the most granular level.
Go to file
2021-01-02 12:50:19 +01:00
assets port component refactor + misc from VF branch 2020-12-29 09:44:45 +01:00
config add niex 2021-01-02 12:50:19 +01:00
lib add niex 2021-01-02 12:50:19 +01:00
priv merge config refactor 2020-12-31 14:24:19 +01:00
test prepare for teating 2020-12-26 18:01:34 +01:00
.dockerignore WIP 2020-11-14 17:05:58 +01:00
.formatter.exs initial commit 2020-08-05 09:39:59 +02:00
.gitignore port component refactor + misc from VF branch 2020-12-29 09:44:45 +01:00
.iex.exs recompiling deps 2020-11-10 15:45:38 +01:00
.tool-versions updates 2020-11-28 11:12:32 +00:00
deps.git merge config refactor 2020-12-31 14:24:19 +01:00
deps.hex port component refactor + misc from VF branch 2020-12-29 09:44:45 +01:00
docker-compose.yml add niex 2021-01-02 12:50:19 +01:00
Dockerfile.dev use elixir 1.11 2020-11-28 14:46:08 +01:00
LICENSE initial commit 2020-08-05 09:39:59 +02:00
Makefile add niex 2021-01-02 12:50:19 +01:00
mess.exs oops, forgot mess 2020-09-10 12:29:10 +00:00
mix.exs add niex 2021-01-02 12:50:19 +01:00
mix.lock add niex 2021-01-02 12:50:19 +01:00
README.md port component refactor + misc from VF branch 2020-12-29 09:44:45 +01:00

Bonfire

An app for Bonfire that bundles the following extensions:

Handy commands

  • mix cpub.deps.update - updates commonspub dep versions
  • mix cpub.deps.clean - cleans the compiled deps so config is reread
  • mix cpub.deps - both of the above

If using Docker, just replace mix with make mix- in the above commands, so for example mix cpub.deps becomes make mix-cpub.deps.

Copyright (c) 2020 Bonfire Contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.