Skip to content

Latest commit

 

History

History
108 lines (73 loc) · 4.12 KB

README.md

File metadata and controls

108 lines (73 loc) · 4.12 KB

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.