This is the documentation site for jSparrow!
Fork this repository, make changes and when you are done with them send us a pull request. Thank you.
We recommend to use yarn for this project, feel free to use npm if you feel more comfortable.
Install yarn as described on their website:
https://yarnpkg.com/lang/en/docs/install/#debian-stable
events.js:1xx
throw er; // Unhandled 'error' event
^
This error might be solved as follows:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Source: jestjs/jest#3254 (comment)
All required dependencies can be installed by executing the following:
yarn install
To start a local development server, simply execute the following:
yarn run dev