layout | title | parent | nav_order |
---|---|---|---|
default |
v2-mst-aptd-gcms-lcz-sty |
Available presets |
10 |
{% capture preset %}{{ page.title }}{% endcapture %} {% assign rendering = 'hybrid' %} {% assign tenancy = 'mst' %} {% assign hosting = 'vercel' %} {% assign i18n = 'locize' %} {% assign gql-api = 'gcms' %} {% assign monitoring = 'sentry' %} {% assign analytics = 'amplitude' %}
{: .no_toc }
{% include preset/title.md %}
OFFICIAL {: .label .label-purple }
May 2020 {: .label .label-blue }
{% include page-toc.md %}
Preset | Diff PR | Pricing concerns |
---|---|---|
{{preset}} - Branch |
Compared to v1-ssr-mst-aptd-gcms-lcz-sty |
Not free (Locize) |
It is very similar to v2-mst-aptd-at-lcz-sty
which came out in July, 2020.
Which uses a REST-ish API (featuring Airtable vendor) instead of GraphQL (featuring GraphCMS vendor).
Depending on what you need/like the most (GraphQL vs REST), you may choose one or the other.
Please note v2-mst-aptd-at-lcz-sty
has since become the main preset, and provides a few very advanced features (e.g: Markdown as JSX), and a much better CMS (featuring Stacker CMS).
List of built-in features specific to this preset.
For an overview of features included in all presets, check out the "Benefits" section.
{% include features/features-table.md %}
{% include preset/demo.md %}
Check out the online Storybook documentation{:target="_blank"} for this preset.
Each preset has its own Storybook documentation, because a few components are different.
{% include vendors/vendors-table.md %}
git clone https://github.com/UnlyEd/next-right-now.git nrn-{{preset}} && cd nrn-{{preset}} && git checkout {{preset}}
This will create a nrn-{{preset}}
folder in your current directory and checkout the {{preset}}
git branch automatically.
Cloning it once is enough, but it may be simpler to use one clone per preset if you're trying out multiple presets locally 😉
{% include installation-guide-full.md %}
{% include installation-guide-tips.md %}