Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 912 Bytes

File metadata and controls

37 lines (26 loc) · 912 Bytes

codebin

Code Editing And Sharing WebApp

Edit and share your code snippets with your friends. With excellent code editor for web.

Installation

Simply paste the following lines into Your terminal:

$ pip install -r requirements.txt
$ bower install
$ python manage.py makemigrations
$ python manage.py migrate

Note: If you are using virtualenv don't forget to activate it beforehand.

Run

$ python manage.py runserver

Contributing

  1. If you have any suggestions feel free to file an issue.
  2. Pull requests are very welcome, but consider creating an issue first, so we can discuss and decide together.

Acknowledgement

We thank all the people for their help directly and indirectly to develop our project. Especially Fatih Erikli and Umut Karcı for their patience.