Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 349 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 349 Bytes

Techie Sleuths '24 Frontend 🔎

Alpha release


How to run project locally ?

  1. Clone the repository
git clone https://github.com/fossnsbm/techie-sleuths-24-frontend.git
  1. Change directories
cd techie-sleuths-24-frontend
  1. Install dependencies
yarn
  1. Start the server
yarn dev