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!
- Host: GitHub
- URL: https://github.com/mejia-dev/mejia.dev
- Owner: mejia-dev
- License: gpl-3.0
- Created: 2024-03-05T22:12:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T06:25:38.000Z (over 1 year ago)
- Last Synced: 2025-02-25T07:24:51.593Z (over 1 year ago)
- Topics: portfolio, portfolio-website, react, typescript, vite
- Language: TypeScript
- Homepage: https://mejia.dev
- Size: 23.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.