In website, we use
- Next JS for creating frontend application.
- tailwindcss for styling our application.
Our main language of development is TypeScript
First, check the required versions. 📌 📌 📌
- Node.js v15 or higher.
You can check by typing
into the terminal.
node -v
npm
v7 or higher. You can check by typinginto the terminal.npm -v
You can download and install Nodejs from its website here.
Run these commands to start developing from the root directory. Run yarn or npm install Run npm run dev Run yarn dev
Terminal 1 |
---|
npm run dev |
The website will pop up at http://localhost:3000