Skip to content

xinxinw1/xin-xin.me

Repository files navigation

Xin-Xin's Website

This is the source code for my website.

Run Locally

To run my website on your computer, follow the following steps. You'll need to have git and node.js already installed.

  1. git clone https://github.com/xinxinw1/xin-xin.me.git
  2. cd xin-xin.me
  3. npm install
  4. npm start

Run Locally in Docker

Build

$ docker build . -t xinxinw/xin-xin.me
$ docker push xinxinw/xin-xin.me

Run

docker run -p 8080:8080 -d xinxinw/xin-xin.me

License

The content of my website is licensed under CC BY-ND.

About

Xin-Xin's new website!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published