Skip to content

drossner/sigweb-upcoming-newsletter

Repository files navigation

SIGWEB Upcoming Newsletter (Generator)

This repository houses the LaTeX template for "Upcoming Conferences" column of the SIGWEB Newsletter, along with a small Web application to parse iCal files to populate the template.

Important files:

The project is open for pull requests.

Developer How To

Based on Nuxt3 (static build) and Vuetify.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run generate

Push it to Github-Pages:

npm run deploy

About

Tool to create newsletter for upcoming events for SIGWEB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published