Timelines
A Vue App to visualize timelines of eminent persons in history
Local Development Setup
Prerequisites
Instructions
- Run
npm run installto install dependencies - Create a
.env.localfile similar to.env.example - Replace
VITE_TIMELINES_APIwith timelines API base url - Run
npm run devfor development server
Workflow
- Create a branch from
devto work on a new feature or fix - Once development is complete and tested in local, raise a merge request into
devbranch - If the functionality is working as expected in preview url, reviewer will merge the feature branch into
dev - Once the feature is complete, maintainer will merge
devintomain
Libraries/Packages
- Vite (Build tool)
- Axios (HTTP client)
- Vuex (State management)