Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 845 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 845 Bytes

ZackBradshaw.com

  • Personal website created for the purpose showcasing my work and introducing my self as a developer
  • Created using npm create next-app

Build setup

# for next.js app
$cd /web

# install dependencies
$ npm install

# serve with fast refresh at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start
 
# for Sanity client
$cd /studio

# install dependencies
$ npm install

# serve at localhost:3333
$ sanity start

# build for production
$ sanity build

Designs

Tools

  • Typescript
  • SCSS
  • Next
  • Sanity.io

Documentation