The site is built with:
🔷 Next.js
🔷 TypeScript
🔷 tailwind.css
Below you will find instructions on how to start the application locally.
-
Clone the repo
git clone https://github.com/dawidgola/frontierx_task.git
-
Install packages
npm install
or
yarn install
If port 3000 is not busy, the application should be able to be opened under the address http://localhost:3000/
-
Run app
npm run dev
or
yarn dev