A Photo Editor application template with simple, easy support for image editing using Sticker like stories.
- ✅ Facial recognition with face-api.js
- ✅ Multiple stickers type
- ✅ CSS 3D transformations
- ✅ GitHub Pages deploy
Use this template and clone the project.
$ git clone https://link-to-project
Go to the project directory.
$ cd my-project
Install dependencies.
$ yarn install
Start the server.
$ yarn start
GitHub needs a ACCESS_TOKEN
secret to use in your workflow.
Before you start please create an encrypted secret for your project.
When code is pushed or a pull request is raised the following steps occur:
- Install
- Code style and type checking
- Build for production (only if the code pushed is on the
main
branch) - Deploy to GitHub Pages (only if the code pushed is on the
main
branch)
Open your package.json
and add a homepage field for your project:
"homepage": "http://stakefish.github.io/my-mask-app"
or for a custom domain page:
"homepage": "http://example.com"
If you are using Github pages with a custom domain make sure you edit the deploy
step located at .github/workflows/deploy.yml
and add the domain name as fqdn
, this option will write the given domain name to the CNAME file.
with:
target_branch: gh-pages
build_dir: build
fqdn: example.com