https://github.com/staticmania/cohub
Coworking Space theme
https://github.com/staticmania/cohub
Last synced: 4 months ago
JSON representation
Coworking Space theme
- Host: GitHub
- URL: https://github.com/staticmania/cohub
- Owner: StaticMania
- License: mit
- Created: 2020-01-18T10:11:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T16:38:50.000Z (over 1 year ago)
- Last Synced: 2025-04-15T21:56:04.621Z (about 1 year ago)
- Language: SCSS
- Homepage: https://co-hub-henna.vercel.app
- Size: 7.89 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoHub
CoHub 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/cohub/).