Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exolever/website-exosummits
https://github.com/exolever/website-exosummits
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/exolever/website-exosummits
- Owner: exolever
- License: mit
- Created: 2019-07-03T05:38:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T18:53:02.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T17:08:50.544Z (8 months ago)
- Language: CSS
- Size: 22.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExO Summits [![Build Status](https://travis-ci.org/exolever/website-exosummits.svg?branch=master)](https://travis-ci.org/exolever/website-exosummits)
[https://summits.openexo.com/](https://summits.openexo.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
```