Giter VIP home page Giter VIP logo

relax's Introduction

Relax Logo

Slack Status Build Status OpenCollective OpenCollective

IMPORTANT NOTE: Relax isn't yet ready for production, stay tuned for releases, beta version will come soon. You can see what we're working on here and what's missing in the beta milestone.

What is Relax

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.

Our goal with Relax is to update the world with a new standard, having as the basic premise that anyone should be able to create a website without having to code.

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

Installation

Dependencies

Relax uses sharp to resize images. If you're using OS X and have libvips installed globally, e.g. via brew, it may cause problems with sharp's compilation. You may need to uninstall via brew remove libvips. See lovell/sharp#602 for more information.

You'll also need yarn and MongoDB.

How to Relax

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

yarn
yarn build
yarn 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 yarn 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 yarn build and yarn 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:8080.

For more information about Docker please check their documentation.

Support

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Subscription Sponsors

Thanks to these amazing companies for supporting open source projects including Relax:

License

Relax is GPL-3 licensed.

Troubleshooting

Please create an issue.

relax's People

Contributors

bruno12mota avatar dehorser avatar efernandesng avatar emilong avatar faceleg avatar hearsid avatar iamclaytonray avatar johnnyghost avatar jonjaques avatar kundanvishen avatar lovell avatar lwhiteley avatar magalhas avatar piamancini avatar ruffle1986 avatar sattaravi avatar sedubois avatar slackjaw47 avatar thehatter avatar w3irdrobot avatar woliveiras avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.