Skip to content

EduardoJM/EduardoJM.github.io

Repository files navigation

Personal WebSite

This is a personal website, built using Docusaurus, for store my public informations, like my texts and study notes.


deployments status

Running on Localhost

  1. clone the repository:
git clone https://github.com/EduardoJM/EduardoJM.github.io.git
cd EduardoJM.github.io
  1. install the dependencies:
yarn

or

npm install
  1. run the local development server:
yarn start

or

npm start