Built with React and Styled Components. Hosted with Vercel
Yes you can fork, make changes and use this project for your own portfolios or sites, with attribution.
I'm starting to share my projects and would like to start contributing to GitHub more - so here you go. However, please give credit if you do use anything - it has taken a long time to design and create.
Yes, you can fork this repo. Please give proper credit to me (and any other's) by linking back to ellisn.com and their respective sites. Thanks!
-
Clone the repo
clone https://github.com/Nathan1258/ellisn-portfolio.git
-
Install packages
yarn install
-
Start the development server
yarn start
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve