Lukasz Szpanelewski portfolio
You can visit my app at:
https://lukaszszpanelewski.herokuapp.com
React application being the owner's portfolio.
This project is currently in development.
-
npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/szpanel/szpanel-portfolio
-
Fill Project List before running/deploying the app
Open useProjects.tsx file and fill project list according to the provided interface
-
Fill Employment History before running/deploying the app
Open useEmploymentHistory.tsx file and fill the history list according to the provided interface
-
Install NPM packages
npm install
-
Start server
npm run dev