- npm
- Understand the GitFlow Workflow
This is the workflow we utilize across the project for branching method.
-
Install packages
npm i
-
Start project
npm run dev
-
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.
Coming Soon (TODO)
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.