feat: fegyver in PDF (phase 1)

This commit is contained in:
2023-10-18 23:08:18 +02:00
parent 1a0c07f051
commit bbfadbf43e
9 changed files with 420 additions and 322 deletions
+13 -7
View File
@@ -1,12 +1,18 @@
# Getting Started with Create React App
# KéM karakter app
Kard és Mágia Karakter alkotó alkalmazás
Please excuse the Hungish, the domain language of KéM is hungarian, but the domain language of programming is english, which created this monster.
## Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
### Available Scripts
In the project directory, you can run:
### `npm start`
#### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
@@ -14,12 +20,12 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `npm test`
#### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
#### `yarn run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
@@ -29,7 +35,7 @@ Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
#### `yarn run eject`
**Note: this is a one-way operation. Once you `eject`, you cant go back!**
@@ -39,7 +45,7 @@ Instead, it will copy all the configuration files and the transitive dependencie
You dont have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.
## Learn More
### Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).