Personal-blog

Nikola Cucakovic, August 2019

Netlify Status

Overview

A simple react blog used to track personal work.

Usage

In the project directory run:

npm start

If dependencies are outdated simply remove the local node_modules and fetch them again:

rm -r node_modules
npm install

To update any dependencies:

npm update

To update any vulnerable dependencies simply run:

npm audit fix

To build locally / deploy to prod run:

npm run-script build
npm run deploy:prod

Useful Links