/drope.dev

My personal website ❤️

Primary LanguageTypeScript

drope.dev

My personal website <3

Deploy with Vercel

Technology stack

Running locally

  1. Clone this repo:
$ git clone https://github.com/dropefernandes/drope.dev.git
  1. Then go to the project's folder:
cd drope.dev
  1. Install all dependencies:
npm install
  1. Run locally:
npm run dev

File structure

The basic file structure for the project is organized in the following way:

.
|-- public
|-- src
  |-- components
  |-- data
  |-- app