Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exolever/website-exoleaders
https://github.com/exolever/website-exoleaders
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/exolever/website-exoleaders
- Owner: exolever
- License: mit
- Created: 2019-07-03T08:40:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:41:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T17:08:50.492Z (8 months ago)
- Language: CSS
- Size: 19.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExO Leaders [![Build Status](https://travis-ci.org/exolever/website-exoleaders.svg?branch=master)](https://travis-ci.org/exolever/website-exoleaders)
[https://exoleaders.com/](https://exoleaders.com/)
## Install Dependencies
1. Install Node.js (v.10.0.0 upwards)2. Install project dependencies from root directory
```
npm ci
```## Development
### Full Application Development
Start `webpack-dev-server` on [http://localhost:8000](http://localhost:8000)
```
npm run start
```## Build & Deployment
1. Build `production` version of application to `dist` directory
```
npm run build
```