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

https://github.com/rustyneuron01/petertrait


https://github.com/rustyneuron01/petertrait

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Freelance website for Peter Tait
#### Multifunctional designer/developer based in Bath. Traditionally trained designer that codes.

Visit the site at https://petertait.com


## Tech used:

- Babel 6
- Webpack
- React
- Radium inline styles


## Getting Started

```sh
npm install
```

Start the local dev server:

```sh
npm start
```

Navigate to **http://localhost:8080/** to view the app.


## Build for Production

```sh
npm run build
```


## Clean

```sh
npm run clean
```


## Deploy to Netlify

```sh
npm run deploy
```