Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wejs/site

We.js site
https://github.com/wejs/site

Last synced: about 1 month ago
JSON representation

We.js site

Awesome Lists containing this project

README

        

# We.js site

We.js site: http://wejs.org

This project load and show we.js documentation from github: https://github.com/wejs

**Build With:**

- We.js
- Mysql
- Gulp

## How to install

> Clone the project

```sh
git clone https://github.com/wejs/site.git
cd site
```

> Install npm (including gulp) dependencies

```sh
npm run deps
```

## Commands

##### Run project in development environment:

```sh
we go
```

##### Build production app client:

```sh
npm run build
```

##### Run project in production environment:

```sh
npm run dev
```

## Test

TODO

## License

Under the MIT license.