diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-18 13:02:22 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-18 13:02:22 -0800 |
| commit | a74885d269d2fddb21be5db402e70ac1a41a0e23 (patch) | |
| tree | 6e26b634c459b6960b50d811573a7390ae6a510d /README.md | |
| parent | a3794d4ae13ad785aa9b695e5fe63ce001592562 (diff) | |
| download | neko-a74885d269d2fddb21be5db402e70ac1a41a0e23.tar.gz neko-a74885d269d2fddb21be5db402e70ac1a41a0e23.tar.bz2 neko-a74885d269d2fddb21be5db402e70ac1a41a0e23.zip | |
remove pandoc and readme.html generation, update readme with local dev info
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -313,13 +313,12 @@ To contribute to Neko or run the full test suite locally, you will need the foll - **Node.js (20+) & npm**: For frontend development and building UI assets. - **Docker**: For containerized development and verifying the Docker build. - **SQLite3**: For direct database manipulation and debugging. -- **Pandoc**: Required for `make docs` to generate `readme.html`. - **golangci-lint**: Required for `make lint` to run static analysis. ### Quick Start for Developers ```bash -make all # Clean, rebuild UIs, build binary, and generate docs +make all # Clean, rebuild UIs, and build binary make test # Run all backend and frontend tests make check # Run linting and tests ``` |
