/orchid.software

This is the source of the official orchid.software website for GitHub Pages .

Primary LanguageCSSMIT LicenseMIT

Orchid Website

This is the repository for website at orchid.software.

Contributing

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

Building

Now that you’ve edited your configuration variables and know how to customize your styles and content, 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