This site is hosted by Netlify. Created with Tailwindcss, ReactJs, TypeScript, and Framer Motion
$ yarn install
-
download the backend from the repo https://github.com/SklyerX/personal-site-api
-
rename
exmample.env
to.env
and fill in the values -
visit
/src/utils/config.ts
and fill in the values
export const config = {
urls: {
api: "LINK TO API LOCAL OR HOSTED",
github: "YOUR GITHUB PROFILE",
contactMail: "CONTACT MAIL",
},
names: {
githubUsername: "GITHUB USERNAME",
developerName: "YOUR NAME",
},
};
# Run locally
$ yarn dev
# Run build
$ yarn build
If you wish to support the project star
the repo and or fork
it and make some changes to this site