Skip to content

arbitraryrw/personal-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published