Website for the band Erased Files.
- Volta - JavaScript tool manager used to simplify managing muliple versions of Node.js. This repo is configured to automatically load the required version.
- Visual Studio Code - A free source-code editor distributed by Microsoft. This repo is configured to automate workspace setup in Visual Studio Code, but you are free to use your preferred IDE.
- Clone and pull the repository.
- Run
npm ci
from the project directory
npm run dev
- Launches the
browser-sync
server, serving files from the/source
directory
- Launches the
npm run build
- Processes and bundles the site into the
/release
directory suitable for deploying to production
- Processes and bundles the site into the
npm run lint
- A series of scripts that lint the source code.