- Download/fork/clone the repo and Once you're in the correct directory, it's time to install all the necessary dependencies. You can do this by typing the following command:
npm install
If you're using Yarn as your package manager, the command will be:
yarn install
- Okay, you're almost there. Now all you need to do is start the development server. If you're using npm, the command is:
npm run dev
And if you're using Yarn, it's:
yarn dev
And voila! You're now ready to start developing. Happy coding!