Personal portfolio website!
-
Clone this repository by running the following command from a terminal:
git clone https://github.com/mejia-dev/mejia.dev.git
-
Navigate to the project's root directory:
cd mejia.dev
-
Run the following command from the root directory to install dependencies:
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:
npm run dev
- To generate a production build of the site, run:
npm run build
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.