Code Monkey home page Code Monkey logo

alloyui.com's Introduction

Build Status Dependencies Status

AlloyUI Robo Suit

If you want to report an issue about AlloyUI's website you are in the right place. But if you're facing problems with AlloyUI's source code, please visit liferay/alloy-ui repository.

Table of contents

How it works?

We use DocPad, a static generator in NodeJS.

Dependencies

Install Node.JS, if you don't have it yet.

Getting started

Once you have dependencies installed, you just need to:

  1. Clone the project: git clone [email protected]:liferay/alloyui.com.git

  2. Then go to the project's folder: cd alloyui.com

  3. Install the dependencies: npm install

  4. And finally run: npm run watch

Now you can see the website running in http://localhost:9778/ :D

Structure

The basic structure of the project is given in the following way:

.
|-- out/
|-- src/
|   |-- documents/
|   |-- files/
|   |-- layouts/
|-- docpad.coffee
|-- package.json

out/

This is where the generated files are stored, once DocPad has been ran. However, this directory is unnecessary in versioning, so it is ignored (.gitignore).

Contains all the pages of this website. Documentation is written in Markdown and examples in JavaScript.

Has all the images, CSS and JS files.

Contains some templates that are used in the application.

Stores most settings of the application.

List NodeJS modules dependencies.

Bonus

We use a template engine called Eco (.eco), so you should definitely install a syntax highlight for it on your code editor.

alloyui.com's People

Contributors

blzaugg avatar braunson avatar brunocoelho avatar holatuwol avatar ipeychev avatar johngeffe avatar mairatma avatar noellekimiko avatar pat270 avatar pei-jung avatar zenorocha avatar

Watchers

 avatar  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.