|
@@ -10,13 +10,13 @@ Misago
|
|
|
:target: https://coveralls.io/github/rafalp/Misago?branch=master
|
|
|
:alt: Test Coverage
|
|
|
|
|
|
-.. image:: https://img.shields.io/badge/release-0.26.0-brightgreen.svg
|
|
|
+.. image:: https://img.shields.io/badge/release-0.28.0-brightgreen.svg
|
|
|
:target: https://pypi.org/project/Misago/
|
|
|
- :alt: Release 0.26.0
|
|
|
+ :alt: Release 0.28.0
|
|
|
|
|
|
-.. image:: https://img.shields.io/badge/python-3.7-blue.svg
|
|
|
+.. image:: https://img.shields.io/badge/python-3.11-blue.svg
|
|
|
:target: https://travis-ci.org/rafalp/Misago
|
|
|
- :alt: Works on Python 3.7
|
|
|
+ :alt: Works on Python 3.11
|
|
|
|
|
|
.. image:: https://img.shields.io/badge/chat-on_discord-7289da.svg
|
|
|
:target: https://discord.gg/fwvrZgB
|
|
@@ -113,6 +113,7 @@ Currently Misago defines following taks:
|
|
|
|
|
|
* **npm run build** does production build of Misago's assets, concating and minifying javascripts, css and images, as well as moving them to misago/static directory.
|
|
|
* **npm run start** does quick build for assets (concat assets into single files, compile less, deploy to misago/static but don't minify/optimize) as well as runs re-build when less/js changes.
|
|
|
+* **npm run prettier** formats code with prettier.
|
|
|
* **npm run eslint** lints code with eslint.
|
|
|
|
|
|
To start work on custom frontend for Misago, fork and install it locally to have development forum setup. You can now develop custom theme by modifying assets in ``frontend`` directory, however special care should be taken when changing source javascripts.
|