pokernow.club discord manager
A browser based discord bot to manage pokernow.club games. Based on hyparcel.
Uses Hyperapp v2, TailwindCSS, Parcel v2, and PurgeCSS.
git clone https://github.com/haykkh/boker.git
cd boker
yarn
yarn start
yarn build
In development, you should have full power on utilities offered by Tailwind. Therefore, no CSS purging and minification are executed to keep bundling fast.
Tailor Tailwind to your need by configuring tailwind.config.js
. The CSS seed file is located at src/css/main.pcss
. Note that as Purgecss is configured in postcss.config.js
, you should keep tailwind.config.js
's purge: false
to suppress warnings when bundling for production.
If you want to generate CSS only:
yarn build:css
By default, a verbose output is located at src/css/style.css
.
- Fork it (https://github.com/haykkh/boker/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Hayk Khachatryan – hi@hayk.io