Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 368 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 368 Bytes

yurtemre fresh project

Made with Fresh

Development

Start the project in dev mode:

deno task start

This will watch the project directory and restart as necessary.

Deploy

How to run on a server

deno task run

This will make it run in production mode on port 80.