Firstly, you need to go to deta (free hosting platform perfect for developers with small projects),
create account, then create new key in settings and put it in the .env
file as here DETA = "keywithsemicolons"
.
Then do this:
- Download the project
- Open terminal in the project folder
- Run
npm install
thennpm run start
- The app should run on port 8080
On default directory there you can create shortened link and access it from yourdomain.tld/link/yourlink
If you have any questions write me here