You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built and supported by [Hashnode](https://hashnode.com)
3
3
4
-
- Checkout demo here https://webembeds.com
4
+
- Checkout demo here https://webembeds.com/demo
5
5
6
-
This project started to replace Hashnode's embedding logic and rely on something more flexible.
6
+
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.
7
7
8
-
## Current status
8
+
## Development
9
+
- Run `yarn` within the repo
10
+
- Run `core:watch` to start the website in development mode
11
+
- Run `website:dev` to start the website in development mode (Make sure to rerun when you change @webembeds/core files)
12
+
13
+
## Host it anywhere
14
+
- Clone the repo
15
+
- Run `yarn` within the repo
16
+
-`yarn build-all && yarn website:start`
17
+
- Visit http://localhost:3000
9
18
10
19
## Contributing
11
20
- We will be working mainly on `development` branch and the `master` branch remains untouched.
12
21
- Create feature branches checked out from `development` branch and raise PR against `development` once done.
13
22
- Continuous deployment is setup for `development` branch to be deployed to https://staging.webembeds.com and the master branch to https://webembeds.com
14
23
24
+
Clone the repo and run
25
+
26
+
`yarn` and checkout package.json for all available scripts.
27
+
28
+
## Bugs, Future plans and Improvements
29
+
30
+
Please visit [issue section](https://github.com/Hashnode/webembeds/issues) of this repo.
31
+
15
32
### Commit style
16
-
We follow conventional commits specs (https://www.conventionalcommits.org/en/v1.0.0/) and suggest you to install https://github.com/commitizen/cz-cli.
17
-
Once done you can run `git cz` to commit your changes.
33
+
We follow conventional commits specs (https://www.conventionalcommits.org/en/v1.0.0/).
34
+
Once done you can run `git cz`or `yarn commit`to commit your changes.
{/* <a className="github-button" href="https://github.com/hashnode" data-size="large" aria-label="Follow @hashnode on GitHub">Follow @hashnode</a>
75
+
*/}
76
+
<aclassName="github-button"href="https://github.com/hashnode/webembeds"data-color-scheme="no-preference: light; light: dark; dark: dark;"data-icon="octicon-star"data-size="large"aria-label="Star hashnode/webembeds on GitHub">Star us on Github</a>
0 commit comments