https://github.com/staticmania/apsho
https://github.com/staticmania/apsho
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/staticmania/apsho
- Owner: StaticMania
- License: mit
- Created: 2020-01-11T06:03:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T16:12:53.000Z (almost 4 years ago)
- Last Synced: 2025-04-15T09:58:39.135Z (about 1 year ago)
- Language: SCSS
- Homepage: https://apsho-sage.vercel.app
- Size: 7.51 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APSHO
APSHO HTML Theme Development Structure
** Recommended modules and Installation process **
1. We need **Node modules** to run the project. To install **Node Modules** visit the following links and follow the steps. [Install Node](https://nodejs.org/en/)
2. Then We need to install **Yarn**. Please click [here](https://yarnpkg.com/getting-started/install) to install Yarn.
3. After downloading the project run **yarn** to install the modules.
4. After successfully installed all require modules, run **yarn dev** to run the project. this will create a dist folder, where all the developed file will remain.
5. To built the final project, run **yarn build** command.
6. For more details, read the full documenation [here](https://documentation.staticmania.com/docs/apsho/).