Skip to content
Permalink
a8c8a76a08
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (11 sloc) 444 Bytes

Getting Started

After the install script has finished running you will need to reload the shell settings:

$ source ~/.profile

To start the server:

$ deno run --allow-all --unstable index.ts 

You need to turn off Dynamic Port Protection otherwise you won't be able to access the API.

Go to the Project menu and choose Settings, make sure that the Protect Dynamic Ports switch is in the off position.