npm install
- this installs all required dependencies for the project
npm run compile
- compiles any RALPH contracts in the contracts folder
npm run dev
- builds a development server for you in your own browser on your machine but no where else .ie. not publicly avilable
npm run build
- builds a production level version of your website which when ran on a hosting platform will make your site public