Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mscraftsman/devcon2019

Website of Developers Conference 2019 in Mauritius
https://github.com/mscraftsman/devcon2019

community conference conference-site mauritius vuejs

Last synced: 2 days ago
JSON representation

Website of Developers Conference 2019 in Mauritius

Awesome Lists containing this project

README

        

# [Developers Conference 2019](https://conference.mscc.mu/)

Website of Developers Conference 2019 in Mauritius
https://conference.mscc.mu/

# How to run in development

### Requirements

1. node/npm
2. Vue Cli 3 `$ npm install -g @vue/cli`

### Usage

```
$ cd ./web/app
$ npm install
$ npm run serve // devmode with livereload
```