/personal-site-reactts

My newly made personal site in reactjs (typescript) with graphql and nestjs backend. Theme inspired from linux terminal.

Primary LanguageTypeScriptMIT LicenseMIT

Description


This site is hosted by Netlify. Created with Tailwindcss, ReactJs, TypeScript, and Framer Motion


Installation

$ yarn install

Steps


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

Support

If you wish to support the project star the repo and or fork it and make some changes to this site