Skip to content

yuderekyu/yuderekyu.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.
http://localhost:3000/

You're in!