Skip to content

My personal website, built with NextJS, Sanity and TailwindCSS.

Notifications You must be signed in to change notification settings

TonyDotDev/tonypettigrew.dev

Repository files navigation

tonypettigrew.dev

Project Structure

src
|
+-- components        # all app components
|
+-- config            # global configuration, such as clientUrl, etc
|
+-- hooks             # all app hooks, usually shared accross the application
|
+-- layouts           # layouts for [slug].ts pages
|
+-- lib               # pre-configured, exported libraries
|
+-- pages             # all views, routing is based on this directory
|
+-- prisma            # primsa migrations and config
|
+-- public            # public assets
|
+-- styles            # all app styles
|
+-- types             # global types
|
+-- utils             # utility modules

Running Locally

This application was developed using Node v16.17.0

git clone https://github.com/TonyDotDev/tonypettigrew.dev.git
cd tonypettigrew.dev
yarn
yarn dev

Make sure to copy and paste the fields from the .env.example file into a new .env file and fill in the field values with your own keys, secrets and tokens.

About

My personal website, built with NextJS, Sanity and TailwindCSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published