Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 366 Bytes

⚠️ Deprecated

Please see prismicio/nextjs-starter-prismic-blog instead.

javascript-blogtemplate

Start the server:

npm start

Start the server in dev mode (auto-reload):

npm install -g node-dev // Just once, to install node-dev
npm dev

Run the tests:

npm test