inlife.github.io

@inlife homepage

MIT License

Stars
1

Homepage

Hello, this is my homepage. If you like it, you can use it as a reference.

Instructions

$ git clone [email protected]:inlife/inlife.github.io.git
$ npm i && npm run dev

Exporting and publishing

Using next.js we can export our react application as a static thingy. Which we will publish as a subtree to master branch after that.

$ npm run export
$ git add . && git commit -m "your message"
$ npm run publish

Used technologies

  • react
  • next.js