Welcome to the Star Wars project! This project is all about exploring the vast and exciting world of Star Wars.
Live demo avaliable here: https://jedisith.netlify.app
To get started with this project, simply clone the repository and run npm install to install all the necessary dependencies.
git clone https://github.com/your-username/star-wars.git
cd star-wars
npm ci or npm i
To start the project, run npm run dev
. This will launch the app in your browser at http://localhost:5173.
To start unit tests, please run npm run test
. It runs vitest tests at headless mode. Also you can use tests at UI-mode - just run npm run test:ui
If you would like to contribute to this project, please fork the repository and submit a pull request. We welcome all contributions, big and small!
This project was created by Gerasimov Alexey and is licensed under the MIT License (https://opensource.org/licenses/MIT).
If you have any questions or comments about this project, please feel free to contact me. Thank you for your interest in Star Wars! May the Force be with you.