Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.24 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.24 KB

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