Welcome to my blog about Vancouver! This website is built using Docusaurus, a modern static website generator.
To install the dependencies, run:
$ npm install
To start a local development server and open a browser window, use:
$ npm start
Most changes will be reflected live without needing to restart the server.
To write a blog post you can utilize the create-post script that will set you up with a base skeleton for a blog post. To do so, just run:
npm run create-post