Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/malcodeman/company.com-frontend


https://github.com/malcodeman/company.com-frontend

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# company.com frontend

[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

My company website.

![Screenshot](docs/images/screenshot.png)

## Getting started

```
git clone https://github.com/malcodeman/company.com-frontend.git
cd company.com-frontend
yarn install && yarn start
```

.env.local:

```
NEXT_PUBLIC_STRAPI_API_URL=http://localhost:1337
```