Skip to content

atalebagha/relax

 
 

Repository files navigation

Relax Logo

==================================== [![Slack Status](http://slack-relax.herokuapp.com/badge.svg)](http://slack-relax.herokuapp.com/) [![Build Status](https://travis-ci.org/relax/relax.png)](https://travis-ci.org/relax/relax)

IMPORTANT NOTE: Relax isn't yet ready for production, stay tuned for releases, beta version will come soon

Support our work and help us make this the best open source CMS, be our patreon!

Relax is a powerful new generation CMS on top of React and Node.js which aims for a better way of building websites.

It features a live page builder based on components and a smart and easy way of binding dynamic data to them.

We're currently working on releasing the beta version which should come up in September. If you want to collaborate in the meantime or just say anything join us at Relax Slack

You can check out a demo here.

Demo credentials:

  • user: demo
  • pass: demo

New design for beta release

Pages

Media

Colors

New Schema

Installation

Dependencies

Relax uses sharp to resize images. If you're using OS X, you'll need to install its libvips dependency via brew install homebrew/science/vips. Full installation instructions are available here.

You'll also need MongoDB.

How to Relax

Since we are yet to tag our first release, git clone this repository and run the following commands:

npm install
npm run build
npm start

By default the application runs at port 8080. Go ahead and visit http://localhost:8080/admin/init, here you can setup the first user and you're ready to relax.

Configuration

To configure the application you can use a .relaxrc file. You can place it next to the application, on any parent folder, in your HOME folder, etc.

You can find a sample with the default values here.

Contributing

Build and start

Development

While in development it's convenient to keep your application running while watching for changes, for that you can run npm run dev.

The application will automatically restart when needed and keep your bundles up to date.

Production

To build your assets ready to go for production run npm run build and npm start to start the application.

With Docker

To use our latest docker image you just have to have MongoDB running on a different container and link it to Relax.

To start MongoDB in the background you can run docker run -d --name mongo mongo. Afterwards run docker run -p 8080:8080 --link mongo -it relax/relax to start Relax on http://localhost:8181.

For more information about Docker please check their documentation.

License

Relax is GPL-3 licensed.

Troubleshooting

Please create an issue.

About

New generation CMS on top of React, Redux and GraphQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.0%
  • CSS 24.0%