(
Built and supported by Hashnode
- Checkout demo here https://webembeds.com/demo
This project is in its very infant stage. There is high scope of improvement here and we have some plans for improvements and stability. We would appreciate any kind of contribution to this project.
- Run
yarn
within the repo - Run
core:watch
to start the website in development mode - Run
website:dev
to start the website in development mode (Make sure to rerun when you change @webembeds/core files)
- Clone the repo
- Run
yarn
within the repo yarn build-all && yarn website:start
- Visit http://localhost:3000
- We will be working mainly on
development
branch and themaster
branch remains untouched. - Create feature branches checked out from
development
branch and raise PR againstdevelopment
once done. - Continuous deployment is setup for
development
branch to be deployed to https://staging.webembeds.com and the master branch to https://webembeds.com
Clone the repo and run
yarn
and checkout package.json for all available scripts.
Please visit issue section of this repo.
We follow conventional commits specs (https://www.conventionalcommits.org/en/v1.0.0/).
Once done you can run git cz
or yarn commit
to commit your changes.