This is my personal portfolio webpage, which is made using Next.js based on the Gatsby Simplefolio template made by Jacobo Martínez. The page is hosted and deployed by Vercel.
If you want to set up a working environment in order to test features of the page or something else, you'll do that as follows:
Clone the repository locally:
$ git clone https://github.com/andesyv/syvertsen.dev
Navigate to folder and use npm to install required packages:
$ npm install --force
(--force
is required as some packages used are not up to date (react-reveal))
Finally you can run the development environment by running the develop script (or just use next dev
directly):
$ npm run dev
You can also optionally build the page using the build script (or next build
):
$ npm run build
The template by Jacobo Martínez is modified and redistributed under the licence in LICENCE.md. All unchanged parts of the template is licenced under gatsby-simplefolio-LICENCE.md.