LouieRichardson99 / personal-website

Home Page:https://louierichardson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js with Prismic Starter Repository

Getting Started

Starting the development server

To start the development server, run the following command:

yarn dev
# or
npm run dev

Open http://localhost:3000 with your browser to see the result.

Starting the Slicemachine environment

To start creating and editing slices, open Slicemachine with the following command:

yarn slicemachine
# or
npm run slicemachine

Open http://localhost:9999 to access the Slicemachine user interface.

Deployment

Deploy on Vercel with the Vercel CLI tool.

Create a Vercel account, then login to the CLI:

vercel login

Run the deploy command, then follow the CLI instructions:

vercel deploy

About

https://louierichardson.com


Languages

Language:JavaScript 66.4%Language:SCSS 33.6%