Skip to content

ZackBradshaw/ZackBradshawCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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