Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.17 KB

Personal website

Netlify Status

The gatsby project for my personal website

Development

This project is currently using Node 18.12.1. I personally have used nvm to manage node versions, but this is optional. The project may work on newer versions of Node I have not personally tried them.

if you are using NVM:

nvm install 18.12.1
npm install --include=dev

There were a few warnings/errors that popped up when doing this, it seems like they are not deal breakers. Hopefully one day, I will update all the dependencies!

npm run develop

This will compile and setup the website with hot reloading. navigate to http://localhost:8888/

If you are working on the snallabot dashboard,

npm run functions

This will start the function connectors needed for the dashboard to work. Navigate to http://localhost:8888/snallabot/?league=1198780271814770829 to see a working dashboard.

NOTE: port may change, but both the commands should work together in tandem.