Branchpage Save

A blogging platform integrated with GitHub.

Project README

BranchPage

A platform for deploying blogs using .md files on GitHub.

codecov

โœ… Features

  • Totally free. :money_with_wings:
  • Blog can be created in seconds :fast_forward:
  • You content is always safe on github :octocat:
  • Readers can contribute to your posts :hammer:
  • Donation links available through your blog (Coming soon.) :moneybag:

And much more features coming :grin:

๐Ÿš€ Installation and execution

  1. Clone this repository and go to the directory;
  2. Create a .env file with the following variables

๐Ÿ“ฆ๏ธ Running for the first time

  1. Run docker-compose build;
  2. Install mix dependencies docker-compose run --rm web mix deps.get;
  3. Create database docker-compose run --rm web mix ecto.create;
  4. Run the migrations docker-compose run --rm web mix ecto.migrate;
  5. Install npm dependencies docker-compose run --rm web npm install --prefix apps/web/assets;

๐Ÿ”ง Development

  1. Run docker-compose up;
  2. Access localhost:4000;

๐Ÿงช Tests

  1. Run docker-compose run --rm web mix ci;

๐Ÿค” How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'My new feature';
  • Push to your branch: git push origin my-feature.

After the merge of your pull request is done, you can delete your branch.


Open Source Agenda is not affiliated with "Branchpage" Project. README Source: felipelincoln/branchpage
Stars
49
Open Issues
8
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating