Getting Started
Step 0: Fork the GitHub Repository
Go to your favorite Browser, Go to this GitHub Repository and Fork this repository by clicking on the icon

Note: If you like the project, starred the repository
Step 1: Clone the GitHub Repository
Clone the your forked GitHub Repository
for eg:
Step 2: Install Dependencies
Go to the Folder and install the dependencies via npm
if you are using the yarn package manager, use this command.
Step 3: Install Template Dependencies
Install the template dependencies using npm
if you are using the yarn package manager, use this command.
Step 4: Build Template Dependencies
Build the template Dependencies using npm,
if you are using the yarn package manager, use this command.
Step 5: Creating a .env
Copy the .env.example to .env, use this command
if you are a windows user, this command might not work. Use this command
Last updated
Was this helpful?