Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.06 KB

File metadata and controls

37 lines (22 loc) · 1.06 KB

Build Status

Netlify Status

Knowledge

Another Zettelkasten, but not another pile of Notes

web3 Stack

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Problems

Typescript doesn't compile due to ESLint and prettier errors.

This can be prevented by adding the following lines to .env:

ESLINT_NO_DEV_ERRORS=true
DISABLE_ESLINT_PLUGIN=true