marlonpp / grommet-docs

Website project for Grommet framework (http://grommet.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grommet website project

This is the source code for the Grommet website. To run the website execute the following:

  1. Install website NPM modules:

    $ npm install
    
  2. Start the development server:

    $ gulp dev
    
  3. Create the website distribution:

    $ gulp dist
    
  4. Run the back-end server:

    $ node server/server.js
    

About

Website project for Grommet framework (http://grommet.io)

License:Apache License 2.0


Languages

Language:JavaScript 95.5%Language:CSS 3.3%Language:HTML 1.2%