Skip to content

Commit b2b4921

Browse files
update the contributing
1 parent 8d390b9 commit b2b4921

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Contribution guideline
22

3-
All the code contribution under MIT license. whatever you change all under MIT license.
3+
All the code contributions are under MIT license. whatever you change all under the MIT license.
44

55
## How to Contribution
66

7-
The contribution is sow easy in fastest theme. You know about ghost installation and basis knowledge about the ghost cms, HTML,tailwind css, handlebars.js and gulp. All the configuration is all ready define and you just run npm script for it.
7+
The contribution is so easy in the fastest theme. You know about ghost installation and have basic knowledge about the ghost CMS, HTML, tailwind css, handlebars.js and gulp. All the configuration is already defined and you just run the npm script for it.
88

99
## steps
1010

11-
1. clone the theme local with `git clone https://github.com/frontendweb3/fastest.git`
12-
2. change the director with `cd fastest` and run `pnpm install or npm install or yarn install`
13-
3. change any thing related to tailwind css them kae sure run separate sever for tailwind css using `pnpm start or npm run start`.first-letter:
14-
4. change any thing related to javascript then run `pnpm gulp or npm run gulp`. it will help to build or update the production ready javascript file in `assets/build/js` folder.
15-
16-
Any query ask me by email: [email protected]
11+
1. clone the theme locally with `git clone https://github.com/frontendweb3/fastest.git`
12+
2. change the folder with `cd fastest` and run `pnpm install or npm install or yarn install`
13+
3. change anything related to tailwind CSS. Make sure to run separate sever for tailwind css using `pnpm start or yarn start'.
14+
4. change anything related to javascript then run `pnpm gulp or npm run gulp`. it will help to build or update the production-ready javascript file in the `assets/build/js` folder.

0 commit comments

Comments
 (0)