An open API service indexing awesome lists of open source software.

https://github.com/antonlukin/wpset

Progressive software solutions for WordPress
https://github.com/antonlukin/wpset

wordpress

Last synced: about 2 months ago
JSON representation

Progressive software solutions for WordPress

Awesome Lists containing this project

README

          

# wpset.org

This is the public repository of [wpset.org](https://wpset.org) website.
If you find an error in the text or code, open an issue or send a pull request.
We will be glad for any help.

## Development

1. Fork and clone git repository
2. Install npm modules with `yarn`
3. Create database and add credentials to .env using .env.example
4. Use `yarn build` to build static files
5. Use `node server.js` to start application