Skip to content

peteoshea/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,342 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

CI codecov

This website is based on my Next.js template.

How to use

There is no special one-off setup required for this project to you can simply run the server bash or PowerShell script:

$ ./script/server

or

> .\script\server.ps1

You should now be running in development mode on http://localhost:3000.

This runs next dev to get start in development mode rather than next start which start a production server. Note that next is installed as a node package locally so the next command isn't necessarily available directly from the command line so it is actually called using npm run dev.

Releases

No releases published

Packages

 
 
 

Contributors

Generated from peteoshea/nextjs-template