Skip to content

seenaomi/see-naomi-go

Repository files navigation

Netlify Status

Naomi See's blog created with the super slim xity-starter which is an 11ty starter project based on PostCSS and Parcel, with a RSS feed and Native Elements.

Preconfigured tools


Prerequisites

Usage

yarn install

Running the local development mode

This command will run parcel and the local server (with Browsersync) with auto reload.

yarn dev

Building the production version

To generate your static site/blog you can run the following command. It will prepare the content assets and run optimisations for a production release.

yarn build