Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ✨
- Host: GitHub
- URL: https://github.com/aurelienloyer/conference-toolkit
- Owner: AurelienLoyer
- Created: 2019-02-26T03:08:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T17:30:32.000Z (over 1 year ago)
- Last Synced: 2024-05-01T18:03:35.825Z (6 months ago)
- Topics: conference, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021, stand, toolkit
- Language: Vue
- Homepage: https://aurelien-loyer.fr/conference-toolkit/
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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/).