diff --git a/README.md b/README.md index 03e5682..637ee01 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,18 @@ npm start ``` For a better keyboard experience, on Linux, use: + ```shell bin/start ``` +Run in production mode: + +```shell +npm run build +npm run start:production +``` + Enjoy! ### References