Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 0822594

Browse files
committed
Documentation
1 parent 5a01f31 commit 0822594

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
#/config/jwt/*.pem
2020
###< lexik/jwt-authentication-bundle ###
2121

22-
### fix .idea ###
23-
.idea/
2422
###> symfony/webpack-encore-bundle ###
2523
/node_modules/
2624
/public/build/
2725
npm-debug.log
2826
yarn-error.log
2927
###< symfony/webpack-encore-bundle ###
28+
29+
### Mac OS files
30+
.DS_Store

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# Configuration of webpack for linux or windows
1+
# Maintain Your Car - MYCar
2+
3+
An application of a course about Symfony 5 w/ API-Platform and React.
4+
It was a personal project used to present a technical project in team at school examen. I was working on this project with:
5+
6+
@tiagfernandes
7+
@thibaut-comte
8+
9+
## Configuration of webpack for linux or windows
210

311
Make sure you have run this command before configuration:
4-
12+
513
symfony server:start
614

715
This command was important to create symfony certs, now you can run:
@@ -20,9 +28,8 @@ Now you have to make modification in your **package.json** to enable symfony cer
2028

2129
"dev-server": "encore dev-server --https --pfx=%UserProfile%\\.symfony\\certs\\default.p12 --port 8080",
2230

23-
2431
Now you can run:
2532

2633
npm install
2734
npm run build
28-
npm run dev-server
35+
npm run dev-server

0 commit comments

Comments
 (0)