https://github.com/flamelink/flamelink-website
Official website for flamelink.io
https://github.com/flamelink/flamelink-website
firebase flamelink gatsbyjs tailwindcss typescript
Last synced: 5 months ago
JSON representation
Official website for flamelink.io
- Host: GitHub
- URL: https://github.com/flamelink/flamelink-website
- Owner: flamelink
- License: mit
- Created: 2019-11-11T18:31:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T14:04:04.000Z (over 1 year ago)
- Last Synced: 2025-06-06T08:03:05.575Z (about 1 year ago)
- Topics: firebase, flamelink, gatsbyjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://flamelink.io
- Size: 7.46 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Official Flamelink.io Website

[](#contributors)
## Get started
Install Dependencies:
```sh
yarn
```
Build and run the project in development mode:
```sh
yarn dev
```
To test IE11 on your local machine or in `development` mode, run:
```sh
BROWSERSLIST_ENV=localIe11 yarn dev
```
## Format and lint
- `yarn lint` - See what ESLint and Prettier can fix
- `yarn lint --fix` - Run Prettier and ESLint with the `--fix` option
## Build your site
Use `yarn build` to build the site for production.
## Deploy
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
## Resources
- [Gatsby documentation](https://www.gatsbyjs.org/docs/)
- [Tailwind documentation](https://tailwindcss.com/docs/what-is-tailwind/)
- [Prettier documentation](https://prettier.io/docs/en/index.html)
- [ESLint documentation](https://eslint.org/docs/user-guide/configuring)
## License
[MIT](https://github.com/flamelink/flamelink-website/blob/master/LICENSE.md)
## How you can help
Enjoying Flamelink.io and want to help? You can:
- [Create an issue](https://github.com/flamelink/flamelink-website/issues/new) with some constructive criticism
- [Submit a pull request](https://github.com/flamelink/flamelink-website/compare) with some improvements to the project
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!