- Dark Mode : ✔️
- i18n Integration :
⚠️ - Backend Integration :
⚠️
Clone the project
git clone https://github.com/daibergm/portfolio.git
Go to the project directory
cd portfolio
Install dependencies
yarn
To start the development server run
yarn dev
To build the project run
yarn build
After build you can start the server using
yarn start
Open http://localhost:3000 with your browser to see the result.
To run tests, run the following command
yarn test