https://github.com/themefisher/fiction-bootstrap
Fiction is a simple agency website template.
https://github.com/themefisher/fiction-bootstrap
Last synced: 3 months ago
JSON representation
Fiction is a simple agency website template.
- Host: GitHub
- URL: https://github.com/themefisher/fiction-bootstrap
- Owner: themefisher
- License: mit
- Created: 2022-06-22T10:14:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T09:13:03.000Z (about 3 years ago)
- Last Synced: 2025-07-04T00:53:34.170Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 32.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fiction Agency Template

## Download And installation
Download this template from [Github](https://github.com/themefisher/fiction/archive/main.zip)
### Basic Usages
After downloading the template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.
### Advanced Usage
For advanced usage, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.
#### Install prerequisites (once for a machine)
* **Node Installation:** [Install node js](https://nodejs.org/en/download/)
* **Gulp Installation:** Install gulp globally from your terminal
```
npm install --global gulp-cli
```
Or visit the original [Gulp docs](https://gulpjs.com/docs/en/getting-started/quick-start)
#### Local setup
After successfully installing those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open the internal terminal of IDM [vs code shortcut ctrl/cmd+\`]
* Install dependencies
```
npm install
```
* Run locally
```
npm run dev
```
After that, it will open up a preview of the template in your default browser, watch for changes to source files, and live reload the browser when changes are saved.
#### Production Build
After finishing all the customization, you can create a production build by running this command.
```
npm run build
```
Now you get a `theme` folder that has all the changes you have made. you can use this folder as your main theme.
👉🏻 [visit documentation](https://docs.themefisher.com/fiction/)
## Technical Support or Questions (Paid)
If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.
## License
Copyright (c) 2016 - Present, Designed & Developed by [Themefisher](https://themefisher.com)
**Code License:** Released under the [MIT](https://github.com/themefisher/fiction/blob/main/LICENSE) license.
**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.