Skip to content

web-bomberman/html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23a4b9f · Apr 10, 2023

History

70 Commits
Mar 10, 2023
Apr 10, 2023
Mar 12, 2023
Feb 2, 2023
Mar 8, 2023
Mar 12, 2023
Mar 12, 2023
Mar 8, 2023
Mar 12, 2023
Mar 12, 2023
Mar 10, 2023
Feb 2, 2023
Mar 12, 2023
Mar 10, 2023
Feb 6, 2023
Mar 12, 2023
Mar 12, 2023
Feb 6, 2023
Feb 2, 2023
Feb 6, 2023

Repository files navigation

Web Bomberman Webpage

This is the frontend for the Web Bomberman project.

Getting started

Clone the repository on your machine and install dependencies.

git clone git@github.com:web-bomberman/html.git
cd html
npm install

Then, create your .env file with a VITE_API_URL variable, just like the .env.example file containing the URL to the API you intend to run locally.

Running locally

On the folder you downloaded the project, run this on your terminal:

npm run dev

This will put a server up that you can only access on your computer. If you want other devices to access it, run in host mode with the following command:

npm run dev:host

In order for other devices to reach your machine, they must be connected to the same router your machine is connected to.

Formatting and Linters

We're using the classic ESLinter + Prettier combination. Run the following before pushing to the repository and make sure you fix all errors.

npm run lint

The errors that can be automatically fixed can be done so by running this:

npm run lint:fix

Credits

Rafael Bordoni

License

Licensed under MIT.

About

Web Bomberman's web page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages