Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

orchidsoftware/blog

Repository files navigation

Orchid Blog

This is the repository for website at blog.orchid.software.

Contributing

If you spot any errors, typos or missing information, please submit a pull request.

Building

Let’s build the site.

# build static files with Jigsaw
./vendor/bin/jigsaw build

# compile assets with Laravel Mix
# options: dev, staging, production
npm run dev