Getting started
Setup your first Epic API project.
Introduction
Requirements
Manual Installation
# Clone the repository
git clone -b default-v1 https://github.com/Oridune/epic-api.git my-new-app
# Initialize Project
deno task init# Execute the built-in Deno task
deno task devLast updated