Coder Social home page Coder Social logo

yogiliu / bamboo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bamboo-cms/bamboo

0.0 0.0 0.0 310 KB

A CMS optimized for conference hosting

License: BSD 3-Clause "New" or "Revised" License

Shell 0.30% JavaScript 2.81% Python 73.35% TypeScript 8.95% CSS 1.70% HTML 0.38% Vue 11.16% Dockerfile 0.83% Mako 0.53%

bamboo's Introduction

Bamboo

A CMS optimized for conference hosting

Shows an illustrated sun in light mode and a moon with stars in dark mode.

Start with Docker

Create the .env file:

cp .env.example .env

And modify the environment variables in .env as needed, then start the containers:

docker-compose up

Development

Clone the repository:

git clone https://github.com/bamboo-cms/bamboo
cd bamboo

Make sure you have Python 3.12 and PDM installed, then install the dependencies:

pdm install

Run the backend application:

pdm serve

You can create tables in the database by running:

pdm drop-tables
pdm create-tables

Create a superuser:

pdm run flask create-admin

Run rq worker (Due to the lack of support for forking, it is recommended to use Docker on Windows platform):

pdm worker

Lint backend

pdm run pre-commit run --all-files

Tip

It's recommended to install the pre-commit hook to automatically lint your code before committing:

pdm run pre-commit install

Run the frontend development server (need to install pnpm):

cd frontend
pnpm install
pnpm dev

Lint frontend

pnpm run lint

bamboo's People

Contributors

100gle avatar bestcondition avatar farmerchillax avatar frostming avatar greyli avatar pre-commit-ci[bot] avatar uncle-lv avatar yogiliu avatar yuxiaoy1 avatar zhangheng18 avatar zhaoblake 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.