GithubHelp home page GithubHelp logo

ehelaya / branchpage Goto Github PK

View Code? Open in Web Editor NEW

This project forked from felipelincoln/branchpage

0.0 0.0 0.0 776 KB

A blogging platform integrated with GitHub.

Home Page: https://www.branchpage.com

License: MIT License

Elixir 66.01% Dockerfile 0.80% HTML 14.66% CSS 15.83% JavaScript 2.69%

branchpage's Introduction

BranchPage

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

codecov

โœ… Features

  • Totally free. ๐Ÿ’ธ
  • Blog can be created in seconds โฉ
  • You content is always safe on github :octocat:
  • Readers can contribute to your posts ๐Ÿ”จ
  • Donation links available through your blog (Coming soon.) ๐Ÿ’ฐ

And much more features coming ๐Ÿ˜

๐Ÿš€ 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.


branchpage's People

Contributors

felipelincoln avatar lgdev07 avatar pinpox avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.