Running the code locally
- Updated on
After you've deployed a generated boilerplate, a Git repository will be created for you.
To run locally, you first need to clone the git repository:
git clone <repository-url>
Then, you need to install the dependencies:
npm install
Finally, you can run the code:
npm run dev
For a full list of commands, take a look at this article.
Next steps
Ready to dive deeper? Here's what to read next: