Quick Start
Time to build from the 20th floor.
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
Steps
Currently the project uses pnpm as the package manager. If you do not have it, you can install it via npm:
Clone the repository to your machine.
Navigate to the project directory:
Install dependencies:
Run development server:
Open localhost:3000
in your browser to see the result.
Last updated on