Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aurelienloyer/conference-toolkit

🎤 📺 The best way to have the best conference stand ever ✨
https://github.com/aurelienloyer/conference-toolkit

conference hacktoberfest hacktoberfest-accepted hacktoberfest2021 stand toolkit

Last synced: 12 days ago
JSON representation

🎤 📺 The best way to have the best conference stand ever ✨

Awesome Lists containing this project

README

        

# Conference Toolkit

[![Deployment status 🚀](https://github.com/AurelienLoyer/conference-toolkit/actions/workflows/gh-pages-on-release.yml/badge.svg)](https://github.com/AurelienLoyer/conference-toolkit/actions/workflows/gh-pages-on-release.yml)

## How to use

- 📺 Go to https://aurelien-loyer.fr/conference-toolkit/
- ⌨️ Press escape key to access admin page
- ⚙️ Configure yours slides
- 💾 Save your config
- 🚜 Import your config

## Help / Idea

Contact [@AurelienLoyer](https://twitter.com/AurelienLoyer) on Twitter 🐦

## Develop On Project ?

```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Run your end-to-end tests
```
npm run test:e2e
```

### Run your unit tests
```
npm run test:unit
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).