Skip to content

devbage/devbage.github.io

Repository files navigation

image

Developing/Contributing

Pre-requisites

This project was builded using node v10 and npm, so you'll need node and npm to run it. You can get:

  • brew install node or download the .pkg file from (https://nodejs.org/en/)
  • apt install nodejs npm for linux debian like users

Installing

You'll need to install the project dependencies:

npm install

Running

Development

$ npm start

Build

$ npm run build

Linter

$ npm run lint