Skip to content

mTorrendell/my-deno-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MY VERY BASIC INTERPRETER

Deno installation

macOS and Linux (Using Shell Script)

curl -fsSL https://deno.land/x/install/install.sh | sh

Follow instructions of installation

Manually add the directory to your $HOME/.zshrc (or similar) export DENO_INSTALL="file_path" export PATH="$DENO_INSTALL/bin:$PATH"

Verify if installed correctly

deno --version

RUN PROJECT

deno run main.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published