Skip to content

Commit 1320142

Browse files
authored
Merge pull request #22 from Entermedia-LLC/main
Preparing for beta release
2 parents 1e1de11 + 63b366e commit 1320142

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

README.md

+13-16
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22

33
A Next.js 13 CMS-agnostic starter application to build fully-featured headless sites with built-in support for WordPress.
44

5-
## Introduction
6-
7-
This project is in **beta** and under **active development** — not ready for use for production. Our first release is intended to give basic functionality, standardization & WordPress integration. Our goal is to create a Next.js starter framework that:
8-
9-
* isn't dependent on a particular theming framework — setup theming how you like
10-
* is CMS-agnostic with baked in support for WordPress, Drupal & Shopify
11-
* provides out-of-the-box support for [SCSS](https://sass-lang.com/)
12-
* built-in [Storybook](https://storybook.js.org/) integration
13-
* helps enforce coding standards with [Stylelint](https://stylelint.io/), [TypeScript](https://www.typescriptlang.org/) & [commitlint](https://commitlint.js.org/#/)
5+
- isn't dependent on a particular theming framework — setup theming how you like
6+
- optional support for [Gutenberg Ant Design blocks](https://github.com/Entermedia-LLC/wordpress-gutenberg-ant-design)
7+
- is CMS-agnostic with baked in support for WordPress, Drupal & Shopify
8+
- provides out-of-the-box support for [SCSS](https://sass-lang.com/)
9+
- built-in [Storybook](https://storybook.js.org/) integration
10+
- helps enforce coding standards with [Stylelint](https://stylelint.io/), [TypeScript](https://www.typescriptlang.org/) & [commitlint](https://commitlint.js.org/#/)
1411

1512
## Documentation
1613

@@ -20,16 +17,16 @@ Visit https://github.com/Highfivery/nextjs-starter/wiki to view all the document
2017

2118
There are many ways to [contribute](https://github.com/Highfivery/nextjs-starter/blob/main/CONTRIBUTING.md) to this project:
2219

23-
* Discuss [open issues](https://github.com/Highfivery/nextjs-starter/blob/main/issues) to help define the future of the project
24-
* [Submit bugs](https://github.com/Highfivery/nextjs-starter/issues) and help verify fixes
25-
* Review and discuss [pull requests](https://github.com/Highfivery/nextjs-starter/pulls)
26-
* Level up the [documentation](https://github.com/Highfivery/nextjs-starter/wiki)
27-
* Monitor and help answer questions in [Github Discussions](https://github.com/Highfivery/nextjs-starter/discussions)
20+
- Discuss [open issues](https://github.com/Highfivery/nextjs-starter/blob/main/issues) to help define the future of the project
21+
- [Submit bugs](https://github.com/Highfivery/nextjs-starter/issues) and help verify fixes
22+
- Review and discuss [pull requests](https://github.com/Highfivery/nextjs-starter/pulls)
23+
- Level up the [documentation](https://github.com/Highfivery/nextjs-starter/wiki)
24+
- Monitor and help answer questions in [Github Discussions](https://github.com/Highfivery/nextjs-starter/discussions)
2825

2926
## Special Thanks
3027

31-
* [WebDevStudios](https://github.com/WebDevStudios) for their work on [nextjs-wordpress-starter](https://github.com/WebDevStudios/nextjs-wordpress-starter) (since abandoned) giving us a great start for WordPress integration.
32-
* Development team at [Entermedia](https://www.entermedia.com/) for their work on the default starter components & [minimal CSS framework](https://github.com/Entermedia-LLC/scss).
28+
- [WebDevStudios](https://github.com/WebDevStudios) for their work on [nextjs-wordpress-starter](https://github.com/WebDevStudios/nextjs-wordpress-starter) (since abandoned) giving us a great start for WordPress integration.
29+
- Development team at [Activated Studio](https://www.activated.studio/) for their work on the default starter components, [minimal CSS framework](https://github.com/Entermedia-LLC/scss) & the [Gutenberg Ant Design plugin](https://github.com/Entermedia-LLC/wordpress-gutenberg-ant-design).
3330

3431
## License
3532

0 commit comments

Comments
 (0)