- Node.js (v14.17.0 or higher)
- npm (v6.14.13 or higher)
To install the project dependencies, run the following command in the project root directory:
npm install
To run the project, navigate to the project directory in your terminal and run the following command:
npm run watch
This will start a local development server and open the project's homepage in your browser.
To build the project, navigate to the project directory in your terminal and run the following command:
npm run build
This will build the project's production version and output it to the dist
directory.
WTFPL