Git Product home page Git Product logo

ec_website's Introduction

ErlangCentral.org

This is the code for ErlangCentral.org website.

ErlangCentral.org runs on Zotonic, the Erlang web framework & CMS. The site is built with Ginger, a set of templates and styles for Zotonic created by Driebit.

Contributing

Contributions are very welcome! Please refer to CONTRIBUTING.md for more information.

Getting started

To get this site on your computer, you need take the following steps:

  1. Clone Ginger:

    $ git clone https://github.com/esl/ginger_ec.git
  2. Clone this repository into the sites/ directory:

    $ git clone https://github.com/ErlangCentral/website.git sites/erlangcentral
  3. Add the local hostname to your /etc/hosts:

    $ echo "127.0.0.1 erlangcentral.docker.test" | sudo tee -a /etc/hosts
  4. Make sure you’ve Docker installed, then start a Docker container that runs Zotonic:

    $ make up

Now wait until Zotonic has booted, and you should be able to view the website at http://erlangcentral.docker.test.

Frontend assets

  • Styling is done using Sass. To watch the assets, and rebuild them when they change, run:
    $ npm install
    $ npm start

Learning more

To learn more about Zotonic, the Erlang web framework & CMS, please visit the website and documentation.

The Ginger documentation is available at GitHub.

ec_website's People

Contributors

bryanhuntesl avatar ddeboer avatar driebot 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.