Skip to content

debuglore/veegram

Repository files navigation

VeeGram

TODO: IMPROVE THIS SECTION

Directory structure

  • packages directory contains the main packages
    • app the frontend SPA. Written in Vue 2 using Vuetify
    • server An express server which makes the API (REST) endpoints and

Development

This repository is a monorepo managed with pnpm. Knowing a few things about pnpm is helpful.

Prerequisites

  • NodeJs (^14.x) is recommended
  • pnpm. (^6.x). Version 5 was not tested (could work).

Please see each package README file for detailed information.

Development

Make sure to have pnpm globally installed before you continue with the following steps.

  1. clone the repository. For enhanced security in production, You may want to use of GitHub Deploy Keys

  2. install dependencies

    pnpm i
  3. Each package can be started in development mode by running

    pnpm dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published