Skip to content

Commit

Permalink
Merge pull request #5 from MrArnaudMichel/dev
Browse files Browse the repository at this point in the history
Add builded website
  • Loading branch information
MrArnaudMichel authored Mar 17, 2024
2 parents 0d778ed + 626f7ae commit 11aae06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/coverage

# production
/build
/docs

# misc
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts docs",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<link href="%PUBLIC_URL%/manifest.json" rel="manifest"/>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
It will be replaced with the URL of the `public` folder during the docs.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
Learn how to configure a non-root public URL by running `npm run docs`.
-->
<title>Arnaud Michel Portfolio</title>
</head>
Expand All @@ -34,10 +34,10 @@
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
The docs step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
To create a production bundle, use `npm run docs` or `yarn docs`.
-->
</body>
</html>
1 change: 1 addition & 0 deletions src/locales/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"titledescription": ["CocoBotTitleDescription0", "CocoBotTitleDescription1", "CocoBotTitleDescription2"],
"shortDescription": "CocoBotShortDescription",
"link": "CocoBot",
"website": "https://cocobot.arnaudmichel.fr",
"date": "2023",
"languages": [
"Python",
Expand Down

0 comments on commit 11aae06

Please sign in to comment.