A website introducing Japanese women's football.
- Domestic major competition information
- Team profiles
- Latest news and updates
- HTML5
- Tailwind CSS
- JavaScript
- Vite (Build tool)
Before you begin, ensure you have installed:
- Node.js (v14 or higher)
- npm (usually comes with Node.js)
- Clone the repository
git clone https://github.com/b3ssle/Japan-Women-Football-Intro
cd Japan-Women-Football-Intro
- Install dependencies
npm install
To start the development server:
npm run dev
Then open http://localhost:5173 in your browser.
To create a production build:
npm run build
To preview the production build:
npm run preview
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- You are free to use, modify, and distribute this project
- Any derivative works must:
- Use the same GPL v3 license
- Make the source code available
- Document all modifications
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
b3ssle
- Japan Football Association (JFA) Official Website - https://www.jfa.jp/
- WE League Official Website - https://weleague.jp/
- Japan Women's Football League - http://www.nadeshikoleague.jp/
Note: This project is under active development. For the latest updates, please check the repository regularly.
Japan Women's Football Introduction
Copyright (C) 2024 [b3ssle]
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.