Development
Last updated
Last updated
There are two options for the local development:
Native development
docker
development
In this part, we will discuss native development. Read more about here. Choose the one that fits the best for you.
You will need to install before starting.
You will need to install the same node
version that we use to be able to run this project.
Hopefully, it is very easy. Just run:
While nvm install
is a one time action, that just downloads the required node
version, do not forget to run nvm use
each time you open a new terminal window.
After you have activated the correct node
version it is time to install dependencies. Run:
You will see that node_modules
folder is created.
You can also use @dependabot
or similar services to automatically update dependencies for you.
After your dependencies are installed, run npm run dev
to start a development server.
You can use to check for dependencies that are updated since your pinned version.
Do not miss a configuration step. You will totally need to file.
For the best development experience, we can recommend .
Also, is an essential add-on for your browser. It is distributed as a Google Chrome plugin. Make sure you have it.