Skip to content

yuderekyu/yuderekyu.github.io

Repository files navigation

yuderekyu.github.io

My personal site.

Getting Started

Ensure you have node version manager (nvm) installed. If not, follow their instructions before moving on.

Installation

  1. Install the correct node version:
nvm install
  1. Use the correct node version:
nvm use
  1. Install dependencies:
npm install

Development

  1. Start the server. Note, this defaults to port 3000 -- use the PORT environment variable to specify a different port.
npm start
  1. Navigate to localhost on your browser to view the site.
http://localhost:3000/
  1. To format files, run the following command:
npm run format