Skip to content

Commit

Permalink
fix(Next > CI): Upgrade Node from 14 to 16.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Jan 8, 2022
1 parent f4b0e47 commit 6ba6d25
Show file tree
Hide file tree
Showing 3 changed files with 16,529 additions and 3,483 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,15 @@ Your personal **history** storyboarded with photo and video albums. Associate ph

## Installation

### View (Read-only)
1. `docker-compose up` Build and start history app (both frontend and backend)
1. View frontend at http://localhost:3000

### Development
1. Node.js v14 LTS [Download](https://nodejs.org/)
1. Node.js v16 LTS [Download](https://nodejs.org/)
1. Folder **app** both the backend and frontend using Next.js
1. Install project dependencies `npm ci`
1. Start web server `npm run dev`
1. View address in browser (printed in terminal on successful load)

### Legacy Development
1. Node.js v12 LTS [Download](https://nodejs.org/)
1. Node.js v12 [Download](https://nodejs.org/)
1. Folder **api** is the backend; **ui** is the frontend
1. Install project dependencies `npm ci`
1. Optional [configuration](#environment-configuration)
Expand Down
2 changes: 1 addition & 1 deletion app/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.16.0
16.13.1
Loading

0 comments on commit 6ba6d25

Please sign in to comment.