Skip to content

SnowMan2074/relax

Repository files navigation

Relax CMS

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.

Relax Screenshot

Installation

Dependencies

You'll need graphicsmagick available on your system. Install it using brew on Mac or from most of the package managers in Linux.

You'll also need MongoDB.

How to Relax

Since we are yet to tag our first release, git clone this repository and run npm install followed by npm start.

By default the application runs at port 8080. Go ahead and visit http://localhost:8080/admin.

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

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.

License

Relax is GPL-3 licensed.

Troubleshooting

Please create an issue.

About

New generation CMS on top of React and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • CSS 18.2%