Install Dependencies:
yarn
Build and run the project in development mode:
yarn dev
To test IE11 on your local machine or in development
mode, run:
BROWSERSLIST_ENV=localIe11 yarn dev
yarn lint
- See what ESLint and Prettier can fixyarn lint --fix
- Run Prettier and ESLint with the--fix
option
Use yarn build
to build the site for production.
This repo auto-deploys to the staging and production environments when Pull Requests are merged into either the develop
or master
branches. Take a look at .github/workflows
directory for Github Actions responsible for deployments.
Staging: https://flamelink-staging.web.app Production: https://flamelink.io
Enjoying Flamelink.io and want to help? You can:
- Create an issue with some constructive criticism
- Submit a pull request with some improvements to the project
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!