Skip to content

A generator for event posters all in the same style, markdown supported

License

MIT, AGPL-3.0 licenses found

Licenses found

MIT
LICENSE
AGPL-3.0
LICENSE.AGPL
Notifications You must be signed in to change notification settings

AmmanVMS/event-poster-generator

 
 

Repository files navigation

Event Poster Generator

This is a poster generator for the Amman Valley MakerSpace. It provides a form to input the name, title and other information for each event so everyone can generate their own poster easily.

Useful links:

Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project to `docs`
$ npm run generate

Adapt To Your Own Events

  1. Change router.base in nuxt.config.js to be the base of your server path
  2. Change the form in pages/index.vue.
  3. If you need auto-completion of the form, change pages/data and the logic with trackZh and trackEn in pages/index.vue.
  4. If you are looking for a tool to generate QR code with different reference information in the URL, please check out Ovilia/qr-baker.

Framework

This repo uses NuxtJS.

For detailed explanation on how things work, check out the documentation.

Research

About

A generator for event posters all in the same style, markdown supported

Resources

License

MIT, AGPL-3.0 licenses found

Licenses found

MIT
LICENSE
AGPL-3.0
LICENSE.AGPL

Stars

Watchers

Forks

Languages

  • Vue 53.7%
  • TypeScript 42.1%
  • JavaScript 3.7%
  • Shell 0.5%