This is my personal website written in React with NextJS and TypeScript, using MDX for the articles, and next-translate to support English and Spanish.
- First, clone the repository with
git clone https://github.com/Syoker/personal-website
- Then, install all modules with
npm install
- After you have installed the modules, build the page with
npm run build
- And finally, mount the page on a port with
npm start
NOTE: By default, Next will mount the page on port 3000, you can change the port by doing
npm start -- --port 3001
being 3001 the port where you want to start the project.