Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 247 Bytes

Readme.md

File metadata and controls

20 lines (12 loc) · 247 Bytes

Node Next

Next.js application.

Setup

$ yarn

Deploy

$ up

Notes

The .upignore file contains !.next to include the ./.next build directory. This is necessary because dotfiles (or dirs) are ignored by default.