An open API service indexing awesome lists of open source software.

https://github.com/mejia-dev/mejia.dev

Personal portfolio website in React with TypeScript!
https://github.com/mejia-dev/mejia.dev

portfolio portfolio-website react typescript vite

Last synced: 3 months ago
JSON representation

Personal portfolio website in React with TypeScript!

Awesome Lists containing this project

README

          

mejia.dev


Personal portfolio website!

## 💻 Technologies Used
- [React](https://react.dev/)
- [React Modal](https://www.npmjs.com/package/react-modal)
- [Bootstrap Icons](https://icons.getbootstrap.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/)

## 🔧 Setup / Installation Steps

- Clone this repository by running the following command from a terminal:
```bash
git clone https://github.com/mejia-dev/mejia.dev.git
```

- Navigate to the project's root directory:
```bash
cd mejia.dev
```

- Run the following command from the root directory to install dependencies:
```bash
npm install
```

- Once the dependencies install, run the following command to start the development build. A link to the dev server will appear in the terminal:
```bash
npm run dev
```

#### Optional:
- To generate a production build of the site, run:
```bash
npm run build
```

## ⚖️ License
Copyright (C) 2024 Aaron Mejia

This website is licensed under the GNU General Public License v3.0. See the LICENSE.txt file for more information.