Quick Start
Let's create your Oomph sandbox in four simple steps and introduce you to a few key features.
Last updated
Let's create your Oomph sandbox in four simple steps and introduce you to a few key features.
Last updated
Create a copy of the template to your remote repository by following the link: https://github.com/new?template_name=sauveur.dev&template_owner=codebenderhq
Clone the repository <the repository created on github above>
to your local workstation.
Install Deno locally on your computer by following the link below.
In your terminal, paste the installation code provided below as shown:
cd into the cloned repository.
Create a .env file like so
In the newly created .env file, paste "env=dev" and save like so:
In your terminal, initialize the development server by the following code