diff --git a/README.md b/README.md index 5e89340..0b51e18 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Another example with a bit more challenging starting point: ![Self-parking car in ](./public/02-car-after-03.gif) -## Development Details and Hints +## Development Details The project is a [React](https://create-react-app.dev/) application written on TypeScript. Styled with [BaseWeb](https://baseweb.design/). @@ -29,6 +29,13 @@ The 3D world simulation is made with [Three.js](https://threejs.org/) library us The whole evolution simulations is happening directly in the browser. +To launch the project, fork/clone it and run the following commands: + +```shell +npm install +npm run start +``` + Hints: - Use `?debug=true` URL param to see the FPS performance monitor and debugging logs.