/sooftware.io

My personal blog powered by react (gatsby)

Primary LanguageTypeScriptMIT LicenseMIT

sooftware.io

This is my personal blog by react. https://sooftware.io

Get Started

  • Clone this project
$ git clone https://github.com/sooftware/sooftware.io
  • If you have no nodejs
$ sudo apt install nodejs
$ sudo apt install npm
  • If nodejs and npm are installed,
$ npm install react-icons --save --no-audit
$ npm install @react-pdf/renderer --save --no-audit
$ npm install react-linkify --save --no-audit
$ npm install --no-audit
  • Now, you can run.
$ npm start
  • Check webpage
http://localhost:8000

Deploy to Netlify