Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.47 KB

Blogit

Blogit is a blogging website that haas been made obviously for the purpose of blogging. It is a free software made on Flask and React and licensed under MIT.

Get Running

Please refer to Set up Guide.

Building

Once you have completed your setup, you can build a container for blogit in two easy steps.

$ cd frontend && yarn build && cd ..
$ docker build . -t blogit:1.0

Contributing

As a free software, we are always welcoming to contributions. But as of now, the software is more of a school project than a free software. Consequently, we will be unable to merge pull requests until we present it to the board ( that'd be by late January ). But that shouldn't be a reason to stop, because at the end of the day this is a free software. We will soon start accepting pull requests, but that doesn't mean that you can't work on it. It only means that we won't be able to merge it as early as we want to.

You can always help us improve by opening a feature request or creating a bug report

License

Licensed under MIT license.