Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ymcatwincities/openy_clover
OpenY Clover theme from openy.org for the distribution.
https://github.com/ymcatwincities/openy_clover
Last synced: about 1 month ago
JSON representation
OpenY Clover theme from openy.org for the distribution.
- Host: GitHub
- URL: https://github.com/ymcatwincities/openy_clover
- Owner: ymcatwincities
- Created: 2019-09-16T08:07:09.000Z (over 5 years ago)
- Default Branch: production
- Last Pushed: 2024-09-18T03:17:10.000Z (4 months ago)
- Last Synced: 2024-09-18T06:34:01.820Z (4 months ago)
- Language: HTML
- Size: 2.77 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maintaining the theme.
##1. Install Yarn
###macOS
####Homebrew
You can install Yarn through the Homebrew package manager.
This will also install Node.js if it is not already installed.`brew install yarn`
If you use nvm or similar, you should exclude installing Node.js
so that nvm’s version of Node.js is used.`brew install yarn --without-node`
####MacPorts
You can install Yarn through MacPorts.
This will also install Node.js if it is not already installed.`sudo port install yarn`
###Debian / Ubuntu
https://yarnpkg.com/lang/en/docs/install/#debian-stable
###Windows
https://yarnpkg.com/lang/en/docs/install/#windows-stable##2. Go to the theme's folder
`yarn install`
##3. Compile all assets
`grunt build`
##4. Start watching all assets (for development)
`./node_modules/grunt/bin/grunt watch`