Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.24 KB

Netlify Status

Website

This website is built using Docusaurus 2, a modern static website generator.

You can find the production version at http://awesome-exp.dev/

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Algolia Index

You can run in your local environment.

docker run -it --env-file=.env -e "CONFIG=$(cat ./search_configs/site.json | jq -r tostring)" algolia/docsearch-scraper

Or add a tag in the following format: index.[SOMETHING]. In any case, the index process run at midnight point to main branch.

Deployment

The deployment is handle by Netlify, open your PR and just wait for the preview.