guilhermebolfe11 / my-site

My personal website, where I publish my resume, explain my experiences and more

Home Page:https://guilhermebolfe.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Site

Netlify Status

My personal website, where I publish my resume, explain my experiences and many more.

Prerequisites

What you need to install to use the software locally

  • NodeJs
  • Npm or Yarn

Tech Stack

  • React - Next.js
  • TypeScript
  • SCSS
  • GitHub Actions
  • Jest

Run Locally

Clone the project

  git clone https://github.com/guilhermebolfe11/my-site

Go to the project directory

  cd my-site

In the project directory, copy the .env.example file with the name .env.local and you can run:

Install dependencies

  npm install
  or
  yarn

Start

npm run start
or
yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Build

npm run build
or
yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

License

Usage is provided under the MIT License. See LICENSE for the full details.

Authors

About

My personal website, where I publish my resume, explain my experiences and more

https://guilhermebolfe.com

License:MIT License


Languages

Language:TypeScript 97.8%Language:CSS 1.4%Language:JavaScript 0.4%Language:Shell 0.4%