kitconcept / kitconcept.intranet

0 stars 1 forks source link

kitconcept Intranet ๐Ÿš€

Built with Cookieplone Black code style Tests

A Plone distribution for Intranets with Plone. Created by kitconcept.

Quick Start ๐Ÿ

Prerequisites โœ…

Ensure you have the following installed:

Installation ๐Ÿ”ง

  1. Clone the repository:
git clone git@github.com:kitconcept/kitconcept.intranet.git
cd kitconcept.intranet
  1. Install both Backend and Frontend:
make install

Fire Up the Servers ๐Ÿ”ฅ

  1. Create a new Plone site on your first run:
make backend-create-site
  1. Start the Backend at http://localhost:8080/:
make backend-start
  1. In a new terminal, start the Frontend at http://localhost:3000/:
make frontend-start

Voila! Your Plone site should be live and kicking! ๐ŸŽ‰

Local Stack Deployment ๐Ÿ“ฆ

Deploy a local Docker Compose environment that includes:

Execute the following:

make stack-start
make stack-create-site

And... you're all set! Your Plone site is up and running locally! ๐Ÿš€

Project Structure ๐Ÿ—๏ธ

This monorepo consists of three distinct sections: backend, frontend, and devops.

Why This Structure? ๐Ÿค”

Code Quality Assurance ๐Ÿง

To automatically format your code and ensure it adheres to quality standards, execute:

make check

Linters can be run individually within the backend or frontend folders.

Internationalization ๐ŸŒ

Generate translation files for Plone and Volto with ease:

make i18n

Credits and Acknowledgements ๐Ÿ™

Crafted with care by Generated using Cookieplone (0.7.0) and cookiecutter-plone (9937161) on 2024-05-28 19:04:49.900739. A special thanks to all contributors and supporters!