You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Gridsome is a <a href="//vuejs.org">Vue-powered</a> static site generator for bu
31
31
> This project is under active development. Any feedback or contributions would be appreciated.
32
32
33
33
### Enjoy a modern development stack
34
-
Build websites with modern tools like Vue.js, webpack and Node.js. Get hot-reloading and access to any packages from npm and write CSS in your favorite preprocessor like Sass or Less with autoprefixing.
34
+
Build websites with modern tools like Vue.js, webpack and Node.js. Get hot-reloading and access to any packages from npm and write CSS in your favorite preprocessor like Sass or Less with auto-prefixing.
35
35
36
36
### Connect to any CMS or data source
37
37
Use any CMS or data source for content. Pull data from WordPress, Contentful, local Markdown, or any other headless CMS or APIs and access it with GraphQL in your pages and components.
@@ -40,7 +40,7 @@ Use any CMS or data source for content. Pull data from WordPress, Contentful, lo
40
40
Only critical HTML, CSS, and JavaScript get loaded first. The next pages are then prefetched so users can click around incredibly fast without page reloads, even when offline.
41
41
42
42
### Get perfect page speed scores
43
-
Gridsome automatically optimises your frontend to load and perform blazing fast. You get code-splitting, image optimisation, lazy-loading, and almost perfect lighthouse scores out-of-the-box.
43
+
Gridsome automatically optimizes your frontend to load and perform blazing fast. You get code-splitting, image optimization, lazy-loading, and almost perfect lighthouse scores out-of-the-box.
44
44
45
45
### Build future ready websites
46
46
The future of the web is JavaScript, API's, and Markup - the [JAMstack](https://jamstack.org/). Gridsome uses the power of blazing-fast static site generator, JavaScript and APIs to create stunning dynamic web experiences.
@@ -71,7 +71,7 @@ Gridsome sites are usually not connected to any database and can be hosted entir
71
71
-[How it works](https://gridsome.org/docs/how-it-works)
72
72
-[How to deploy](https://gridsome.org/docs/deployment)
73
73
74
-
## How to contribute
74
+
## How to Contribute
75
75
76
76
Install [Node.js 8.3](https://nodejs.org/en/download/) or higher and [Yarn](https://yarnpkg.com/lang/en/docs/install/). It's also recommended to install [Lerna](https://www.npmjs.com/package/lerna) globally.
77
77
@@ -86,6 +86,14 @@ To use the local version of `@gridsome/cli` as the global command, enter the `~/
86
86
87
87
Yarn will add dependencies from your test projects to the root `yarn.lock` file. So you should not commit changes in that file unless you have added dependencies to any of the core packages. If you need to commit it, remove your projects from the `~/projects` folder temporary and run `yarn` or `lerna bootstrap` in the root folder. Yarn will then clean up the lock file with only core dependencies. Commit the file and move your projects back and run `yarn` or `lerna bootstrap` again to start developing.
88
88
89
+
### Code of Conduct
90
+
91
+
In the interest of fostering an open and welcoming environment please read and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
0 commit comments