codehashi / codehashi-website

Codehashi is a brazilian software house. This is our public website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codehashi website

How to run locally

Navigate into your new site’s directory and start it up.

```shell
npm install -g gatsby-cli.
cd codehashi-website/
npm install
gatsby develop
```

How to deploy

This website is deployed on Amazon using Amplify

```shell
npm install -g @aws-amplify/cli
amplify configure
amplify push
```

About

Codehashi is a brazilian software house. This is our public website.

License:MIT License


Languages

Language:CSS 58.7%Language:JavaScript 41.3%