Skip to content

builtbysuraj/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run locally

  1. Clone this repo using the following command:
git clone https://github.com/builtbysuraj/crypto.git
  1. Move to the project directory using the following command:
cd crypto
  1. Install the required dependencies using the following command:
npm install
  1. Start the development server using the following command:
npm run dev

Congratulations ✨ you have successfully started the development server!