An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Official Flamelink.io Website

![logo](https://flamelink.io/flamelink-social-share.png)

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#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!