First, you need to install the dependencies and run the development server:
npm install
# or
yarn install
npm run dev
# or
yarn dev
Then you can visit the site in your browser by accessing the URL: http://localhost:3000
.
Informative website about Burnout in companies maded with Next.js and Chakra UI 🤯
TypeScriptMIT