Skip to content

This is my personal page made in React with NextJS and TypeScript, using MDX for the articles, and Next-Translate to support English and Spanish.

License

Notifications You must be signed in to change notification settings

syoker/personal-website

Repository files navigation

Personal Website

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.

project image

Requirements to build the project

How to build this project

  1. First, clone the repository with
    git clone https://github.com/Syoker/personal-website
  2. Then, install all modules with
    npm install
  3. After you have installed the modules, build the page with
    npm run build
  4. 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.

About

This is my personal page made in React with NextJS and TypeScript, using MDX for the articles, and Next-Translate to support English and Spanish.

Topics

Resources

License

Stars

Watchers

Forks