This is a personal website, built using Docusaurus, for store my public informations, like my texts and study notes.
- clone the repository:
git clone https://github.com/EduardoJM/EduardoJM.github.io.git
cd EduardoJM.github.io
- install the dependencies:
yarn
or
npm install
- run the local development server:
yarn start
or
npm start