Website

⭐ My personal and portfolio website writted in TypeScript with React with style based on Neovim ⭐

 

🔧 Setup:

  • Clone this repository:
git clone https://github.com/imf4ll/imf4ll.vercel.app
cd imf4ll.vercel.app
  • Install all dependencies:
    npm install or yarn install

  • Build:
    npm run build or yarn build

  • Run:
    npm dev or yarn dev (Development)

    npm start or yarn start (Production)

 

✨ Technologies

  • TypeScript
  • React
  • Styled Components