This is our project for the Web Semantics course.
Install the recommended extensions for VSCode. Those extensions are specified in the .vscode/extensions.json
file.
npm install
npm start
Instructions will be displayed in the terminal.
This will format the code using Prettier and ESLint. This is necessary in order to merge the branch.
npm run lint:fix