Code Monkey home page Code Monkey logo

pbb's Introduction

#PBB

PBB is a simple forum.

##Install && Run

git clone git://github.com/whtsky/PBB.git
cd PBB
pip install -r requirements.txt
vim settings.py

You must rewrite forum_title and forum_url.

cookie_secret must be a random string.

Then,runpython main.py and goto http://localhost:8888/.The first member will be superadmin.

##Stylesheets PBB uses sass and Bootstrap.

You need to install sass before changing the stylesheets.

You can run make css-watch to watch and generate css automatically or run make css to generate css manually after changing.

##Scripts PBB uses coffeescript to write scripts and UglifyJS to compress scripts. You need to install them before changing the scripts.

You can run make js to generate js.

pbb's People

Contributors

jysperm avatar luztak avatar wangxiyu191 avatar whtsky avatar

Watchers

 avatar  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.