Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ann-dev/fem-fylo-landing-page

Startup landing page built with Gatsby.js and styled components
https://github.com/ann-dev/fem-fylo-landing-page

challenge dark-theme frontend-mentor gatsbyjs landing-page netlify styled-components

Last synced: 2 days ago
JSON representation

Startup landing page built with Gatsby.js and styled components

Awesome Lists containing this project

README

        

# Frontend Mentor - Fylo landing page (dark theme)

![Design preview for the Fylo landing page with dark theme and features grid challenge](./preview.jpg)

✨ Live Demo


last commit badge
Netlify Status

## Description

Responsive page design challenge: landing page with a dark theme, based on GatsbyJs, styled components and React Hook Form. My solution for one of challenges for frontendmentor.io

Main features:



  • Based on GatsbyJs and styled components


  • Responsive layouts based on Flexbox and CSS Grid

  • CI/CD integration with Netlify

  • Custom 404 page

## Usage

### Installation

Please navigate first to the "site" folder! Then run:

```sh
npm install
```

### Development

To run the app on a local server use:

```sh
npm run develop
gatsby develop // with gatsby-cli installed
```

In case of any performance issues, run this command:

```sh
gatsby clean
```

### Production

To compile for production build:

```sh
npm run build
gatsby build // with gatsby-cli installed
```

Testing production build locally:
```sh
npx serve public
```

## Credits

* Designed by [Frontend Mentor Team](https://www.frontendmentor.io/).
* Social icons by [Ionicons](https://ionicons.com/).
* Code written by [ann-dev](https://github.com/ann-dev).