Second iteration of my web portfolio. Made with Next.js, GraphCMS and TailwindCSS.
- Blog page
- Projects page
- Search posts
- Dark & light theme
(If you run the audit, do it on incognito without any ad-blocking extensions).
You need to install Node.js. Then you may choose between:
-
npm
npm i npm@latest -g
or...
-
yarn
npm i -g yarn
git clone https://github.com/danigiorgio/portfoliov2.git
Rename .env-example
to .env
and add a GRAPHQL_URL_ENDPOINT
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
Contributions, issues and feature requests are welcome. I always appreciate feedback!
Feel free to check issues page if you want to contribute.
First of all, thank you for being interested in helping out, your time is always appreciated in every way.
Here's some tips:
- Check the issues page for already opened issues (or maybe even closed ones) that might already address your question/bug/feature request.
- Feature requests are welcomed! Provide some details on why it would be helpful for you and others, explain how you're using bull-board and if possible even some screenshots if you are willing to mock something!
Copyright © 2021 Daniela Giorgio.
This repo is MIT licensed.