Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 580 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 580 Bytes

Snir.sh

This is the source code for Snir Shechter's personal website.

snir.sh

License

This project is completely open-source. However, I'd appreciate you sending me a message if you're using it :)

Development

  1. Clone the project
  2. npm install
  3. npm run develop

Deployment

Deploy via Netlify (recommended)
  1. Fork this project
  2. Open a netlify project and connect it to the newly-forked repository
Deploy manually
  1. Clone the project
  2. npm run build
  3. copy dist folder to wherever your static file-serve folder is