A personal theater show tracker listing every show I have seen since 2010, built with Vue.js.
TheaterLog is a log of all of the musicals and plays the author has seen since 2010. It is built using Vue.js and Contentful, and consists of Show Cards that are created for each show seen. The site also includes statistics on the number of shows seen and number of musicals seen, as well as a guide to review emojis. Users can create their own tracker by following the setup guide provided.
To install the TheaterLog theme, follow these steps:
.env file at the root of your project and copy the variables from .env.local.example into it. Add your Space ID and access token to the .env file.contentful login in your terminal and follow the instructions in your browser and in the terminal.contentful space import --space-id SPACE_ID. After importing, you can modify the entries to fit your personal tracker.npm run serve to run the project on your local machine.TheaterLog is a Vue.js and Contentful-based theme that allows users to log and track the musicals and plays they have seen. The theme provides Show Cards with details about each show, as well as statistics and customization options. Users can install the theme by cloning the repository, setting up a Contentful account, and following the provided setup guide.