Skip to content

gdcmarinho/gdcmarinho.com

Repository files navigation

gdcmarinho.com

Getting Started

To run this project locally, follow the steps below.

Prerequisites

Ensure you have Node.js installed on your machine. You can check by running:

node --version

You'll also need yarn or npm to manage dependencies and run scripts. This project was set up using yarn, so it's recommended to use it for consistency.

Installation

First, clone the repository to your local machine:

git clone git@github.com:gdcmarinho/gdcmarinho.com.git
cd gdcmarinho.com

Then, install the project dependencies:

npm i

Local Development

To start the development server, run:

npm run dev

Building for Production

To build the project for production, use:

yarn build

And to run the production server:

yarn start

Contribution

This project is specifically tailored for personal or organizational use, and as such, content contributions are not accepted. However, any feedback or suggestions are welcome through the issue tracker.