Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsjonq/wordpress-design-guidelines
📚 WordPress: Design Guidelines
https://github.com/itsjonq/wordpress-design-guidelines
design design-system guidelines wordpress
Last synced: 1 day ago
JSON representation
📚 WordPress: Design Guidelines
- Host: GitHub
- URL: https://github.com/itsjonq/wordpress-design-guidelines
- Owner: ItsJonQ
- License: mit
- Created: 2019-10-03T16:01:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T15:34:37.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T12:55:45.024Z (7 months ago)
- Topics: design, design-system, guidelines, wordpress
- Language: JavaScript
- Homepage: https://wp-design-guidelines.netlify.com/
- Size: 5.19 MB
- Stars: 13
- Watchers: 6
- Forks: 5
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 📚 WordPress Design Guidelines
> Documentation, tools, and resources for designing WordPress.
## Quick Start
### Cloning the repo
First, you'll need to clone the repo onto your computer.
### Installing dependencies
Once you've cloned the repo to your computer. Open up your Terminal app, and navigate to that directory.
To install dependencies, run the following command:
```
yarn install
```If you're using npm, run:
```
npm install
```### Starting up local development
Alrighty! You're ready to fire up local development! To do this, run the following command:
```
yarn start
```If you're using npm, run:
```
npm start
```The local development URL should look something like this:
[http://localhost:5800](http://localhost:5800)
And with that, you're ready to start exploring, designing, and developing! 🙌
Have fun!
For a more complete getting started guide, check out our [setup guide](./docs/setup.md).
## Documentation
For additional information about this project, please check out [our docs](./docs).
## Contributing
Thank you for thinking about contributing to this project!
Please see our [contributing docs](./CONTRIBUTING.md).