Skip to content

Getting Started

Binyamin Aron Green edited this page Oct 22, 2020 · 2 revisions

deploy to netlify

First Steps

Make your changes

  • Styling: The css file is in /assets/style.css
  • Branding: Add your logo or avatar in /assets/avatar.png
  • Content: /_data/site.json contains vital information to make the site your own
    • Drop your notes in the /notes folder
  • Testing: To view it locally, open a terminal and type npm start

Publish it

  • You can use Netlify, Vercel, or whatever else works.
Clone this wiki locally