Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.08 KB

readme.md

File metadata and controls

43 lines (27 loc) · 1.08 KB

Veterans of War Aid Foundation

Table of Contents

Requirements

  • npm
  • Understand the GitFlow Workflow

    This is the workflow we utilize across the project for branching method.

Getting Started

  1. Install packages

    npm i
  2. Start project

    npm run dev
  3. The application is now running on http://localhost:3000.

    Nuxt.js will listen for file changes inside the pages directory, so there is no need to restart the application when adding or updating pages.

Testing

Coming Soon (TODO)

Deployment

Deployments will occur automtically with merges into master. Merges into master should be limited to specific release branches or hotfixes, as needed.

  • Redesign deployments will need to occur in more wholistic updates.
  • Performance or tech debt improvements can occur more individually.