Skip to content

espehel/draw-my-guess

Repository files navigation

Draw my Guess

Setup

Install

Install all dependencies:

npm install

Heroku

Download and install the Heroku CLI.

Log into heroku

heroku login

Add heroku repository as a remote

heroku git:remote -a draw-my-guess

Autoformat

This project uses Prettier. It is recomended to set up auto format for your editor of choice. You can find a guide here.

Run locally

Run on local development server:

npm run local

Open https://localhost:5555 in you browser.

Deploy

Deploy to heroku

npm run deploy

Go to https://draw-my-guess.herokuapp.com/

Verify

You can quickly verify the code this way:

npm run verify

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages