Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wejs/site
We.js site
https://github.com/wejs/site
Last synced: about 1 month ago
JSON representation
We.js site
- Host: GitHub
- URL: https://github.com/wejs/site
- Owner: wejs
- Created: 2015-03-09T04:04:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T04:28:26.000Z (about 5 years ago)
- Last Synced: 2024-04-08T09:07:21.822Z (9 months ago)
- Language: JavaScript
- Homepage: http://wejs.org
- Size: 16.9 MB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.