https://github.com/rustyneuron01/petertrait
https://github.com/rustyneuron01/petertrait
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustyneuron01/petertrait
- Owner: rustyneuron01
- License: mit
- Created: 2022-09-04T14:47:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T14:58:26.000Z (over 3 years ago)
- Last Synced: 2025-05-14T07:51:44.358Z (about 1 year ago)
- Language: JavaScript
- Size: 47.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```