Skip to content

Commit a7c234d

Browse files
add contribute guide line
1 parent 817a828 commit a7c234d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contribution guideline
2+
3+
All the code contribution under MIT license. whatever you change all under MIT license.
4+
5+
## How to Contribution
6+
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.
8+
9+
## steps
10+
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]

0 commit comments

Comments
 (0)