My portfolio website was created using Next.JS 13, React and the Tailwindcss library. The content of the website is managed using Sanity.io CMS.
Technologies used to build this application:
I also used my packages:
Below you find all scripts to clone, run and build this application.
git clone https://github.com/JanSzewczyk/janszewczyk.github.io.git
npm install
# or
yarn
Before starting development server add all environment variables, all required variables are in .env.example file.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
npm run build
# or
yarn build
To run build application in local environment, use:
npm run start
# or
yarn start
The changelog is regularly updated to reflect what's changed in each new release.