Skip to content

svrgnty/svrgnty.com

Repository files navigation

svrgnty.com

A curated list of the best Bitcoin resources.

Using Gatsby

This site is built with https://www.gatsbyjs.org/

Commands

Dev

Start a hot-reloading development environment accessible at localhost:8000

npm run develop

Prod

Perform an optimized production build for your site generating static HTML and per-route JavaScript code bundles.

npm run build

Test Prod

Serve the production build locally at localhost:9000

npm run serve

Build fails

Delete cache and reinstall modules

gatsby clean
rm -rf node_modules
rm package-lock.json
npm install
npm run develop

Update dependency versions

Bump package.json dependencies to newest versions. Requires npm-check-updates.

ncu -u

Gatsby website is missing or version updates

npm update

Cloned to a new location

node_module is excluded in .gitignore so remember to install the modules required

npm install

About

A curated list of the best Bitcoin resources.

Topics

Resources

License

Stars

Watchers

Forks