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
- Host: GitHub
- URL: https://github.com/antonlukin/wpset
- Owner: antonlukin
- Created: 2021-08-07T13:02:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-21T14:45:03.000Z (3 months ago)
- Last Synced: 2026-03-22T05:10:42.816Z (3 months ago)
- Topics: wordpress
- Language: EJS
- Homepage: https://wpset.org
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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