This is a starting project, we are testing the grounds since it's our first time doing a project in Svelte.
-
Clone the repository and change your working directory to the repository main directory.
-
Enssure that you have NodeJS installed, and then run
npm install
on the repository. -
To run the website in
dev-mode
(where a webserver runs and updates if you change a file) usenpm run dev
. -
To format the code run
npm run format
. -
To lint the code run
npm run lint
.