Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 461 Bytes

installation.md

File metadata and controls

25 lines (14 loc) · 461 Bytes

Installation

Clone

Clone this repo.

$ git clone [email protected]:MichaelCurrin/deno-project-template.git
$ cd deno-project-template

Install system dependencies

Install Deno globally using these instructions.

Install project packages

You don't need to install packages yourself. These will be installed when you run the application.

$ make install