ScalesCms

ScalesCMS is a plugin CMS for the Phoenix Framework that is developed by Fish on Fire and allows you to manage the content of either applications or websites easily.

It provides a set of JSON endpoints for headless usage. Alongside the CMS we also provide a set of React Native components that can be used to easily integrate the CMS into your application.

Build Status

Build Status

Prerequisites

How to set up in your project

React Native Renderer

More info on https://github.com/fishonfire/react-native-scales-renderer

Development setup

Prerequisites:

direnv is used to manage environment variables. You can install it by running:

  1. curl -sfL https://direnv.net/install.sh | bash
  2. echo 'eval "$(direnv hook bash)"' >> ~/.bashrc or echo 'eval "$(direnv hook zsh)"' >> ~/.zshrc
  3. Restart your terminal or run source ~/.bashrc or source ~/.zshrc

To start your Phoenix server:

Now you can visit localhost:4000 from your browser.

Contributors

Copyright and Licence

Copyright (c) 2024, Fish on Fire.

Phoenix source code is licensed under the GPL License.