Skip to content

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.

Notifications You must be signed in to change notification settings

JanSzewczyk/janszewczyk.github.io

Repository files navigation

Portfolio website

GitHub release (latest by date) GitHub pull requests GitHub issues GitHub Repo stars

Publish 🚀


Table of contents

About The App

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.

Screenshots

image

Technologies

Technologies used to build this application:

GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

I also used my packages:

GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

Setup

Below you find all scripts to clone, run and build this application.

Clone repo

git clone https://github.com/JanSzewczyk/janszewczyk.github.io.git

Install packages

npm install
# or
yarn

Set envs

Before starting development server add all environment variables, all required variables are in .env.example file.

Run app

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Build

npm run build
# or
yarn build

To run build application in local environment, use:

npm run start
# or
yarn start

Demo

See DEMO

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published