Skip to content

Static HTML site for Grisly Eye blog

Notifications You must be signed in to change notification settings

grislyeye/grislyeye.com

Repository files navigation

Grisly Eye Games

Static HTML site for Grisly Eye Games.

Requirements:

To set-up your environment execute:

$ npm i

To build:

$ npm run build

To test:

$ npm test

To run:

$ npm start

And open http://localhost:8080 in your browser.

To start a new post:

$ npm run post:new