README.md
This repository contains Typesense landing pages typesense.org and documentation.
We use VuePress for a framework for /docs and use Nuxt for all other routes.
docs-sitetypesense.orgWe do this because Vuepress is specifically optimized (& opinionated) for documentation sites, whereas Nuxt is a generic and flexible Vue framework. We need this flexibility for the non-documentation parts of typesense.org.
To deploy both sites together run:
bash deploy.sh
See README.md of each site for more site-specific information.