1
Fork 0

Update README.md with links and newlines

This commit is contained in:
Tobias Berger 2022-02-07 11:00:31 +01:00
parent e9d70cd16b
commit a44ec9903e
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

View file

@ -1,6 +1,6 @@
# Backend for Minimal Non-Persistent chat # Backend for Minimal Non-Persistent chat
Built in TypeScript 4.5 with rollup Built in [TypeScript 4.5](https://www.typescriptlang.org/) with [rollup.js](https://rollupjs.org/)
## Install ## Install
@ -9,7 +9,7 @@ Run the command `yarn install`
## Build ## Build
Run the command `yarn build` Run the command `yarn build`
(or the equivalent in your package manager of choice). (or the equivalent in your package manager of choice).
This will run rollup with the project's `rollup.config.js`. This will run rollup with the project's `rollup.config.js`.
@ -18,7 +18,7 @@ Alternatively, you can run rollup manually without a package manager.
## Run ## Run
Run the command `yarn start` Run the command `yarn start`
(or the equivalent in your package manager of choice). (or the equivalent in your package manager of choice).
The compiled script does not take any parameters. The compiled script does not take any parameters.