valioDOTch / wepublish

Home Page:https://wepublish.media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI GitHub tag (latest by date) Contributors Forks Stargazers Issues


Logo

we.publish

Open Source Headless CMS for Publishers and News Rooms


View Demo · Report Bug · Request Feature

Table of Contents

About The Project

TBD

Built With

Demo

Packages

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/wepublish/wepublish.git
  1. Install NPM packages
yarn install
  1. Setup and build project. The setup command will create the necessary .env files.
yarn setup && yarn build
  1. Run the project (starts a mongoDB with Docker)
yarn dev

If you rather wish to run docker-compose separately you can just watch the packages via:

yarn watch

Or if you want to watch only certain packages:

yarn run-p watch:api watch:api-example watch:editor

Usage

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. A good place to start is with an issue that has the label good first issue.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b f/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin f/AmazingFeature)
  5. Open a Pull Request

Code of Conduct

We.publish is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the we.publish community to abide by our Code of Conduct. Please read it. Please follow it.

Troubleshooting

If you encounter problems you can check our FAQ or write us dev@wepublish.ch.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

We.Publish - @WePublish_media - dev@wepublish.ch

Website: https://www.wepublish.ch/

About

https://wepublish.media

License:MIT License


Languages

Language:TypeScript 96.1%Language:JavaScript 3.0%Language:EJS 0.7%Language:Shell 0.1%Language:Less 0.0%