gopher-tunnels / gt-back-end

The back end of Gopher Tunnels, written in TypeScript Express
1 stars 0 forks source link

Gopher Tunnels Back-End

Welcome to the official Gopher Tunnels back-end repository!

Environment setup

1. Clone the repository

git clone

2. Install dependencies

Yarn:

yarn

npm:

npm install

3. Run the dev environment

Yarn:

yarn dev

npm:

npm run dev