My personal space
- Clone this repo:
$ git clone https://github.com/ClementBobin/blog-ghost
- Then go to the project's folder:
cd blog
- Install node.js:
- Install all dependencies:
npm i
- Run locally:
npm run dev
The basic file structure for the project is organized in the following way:
.
|-- pages
`-- public
Here you'll find some of the CSS, images, and font files.
MIT License © Clement BOBIN
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.