jalaj711 / blogit

A blogging app made on flask and typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A blogging app made on flask and typescript

License:MIT License


Languages

Language:TypeScript 45.0%Language:Python 39.2%Language:JavaScript 15.4%Language:HTML 0.3%Language:Shell 0.1%