Skip to content

Commit

Permalink
Merge pull request #2 from frontendweb3/2.0.0
Browse files Browse the repository at this point in the history
2.0.0
  • Loading branch information
officialrajdeepsingh authored Feb 21, 2024
2 parents b39f82c + 79788ab commit 1c07ccc
Show file tree
Hide file tree
Showing 47 changed files with 3,360 additions and 2,640 deletions.
14 changes: 6 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Contribution guideline

All the code contribution under MIT license. whatever you change all under MIT license.
All the code contributions are under MIT license. whatever you change all under the MIT license.

## How to Contribution

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.
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.

## steps

1. clone the theme local with `git clone https://github.com/frontendweb3/fastest.git`
2. change the director with `cd fastest` and run `pnpm install or npm install or yarn install`
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:
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.

Any query ask me by email: [email protected]
1. clone the theme locally with `git clone https://github.com/frontendweb3/fastest.git`
2. change the folder with `cd fastest` and run `pnpm install or npm install or yarn install`
3. change anything related to tailwind CSS. Make sure to run separate sever for tailwind css using `pnpm start or yarn start'.
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.
3 changes: 3 additions & 0 deletions assets/build/css/dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions assets/build/css/default-prism.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions assets/build/css/okaidia.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions assets/build/css/tomorrow.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions assets/build/css/twilight.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed assets/build/images/Pulse.gif
Binary file not shown.
2 changes: 0 additions & 2 deletions assets/build/js/main.js

This file was deleted.

Loading

0 comments on commit 1c07ccc

Please sign in to comment.