Update documentation.
Add link to Giraffe. Add convert SVG to React component. Remove references to Drupal.
This commit is contained in:
parent
1a65e9914f
commit
de8ffc4b5b
20
README.md
20
README.md
@ -23,22 +23,6 @@ To renew, stop the current running container. Then re-run the same commands as a
|
|||||||
|
|
||||||
`docker pull pa4kev/portfolio-mariadb`
|
`docker pull pa4kev/portfolio-mariadb`
|
||||||
|
|
||||||
`docker pull pa4kev/portfolio-drupal`
|
|
||||||
|
|
||||||
## Drupal CMS
|
|
||||||
|
|
||||||
`docker build -t pa4kev/portfolio-drupal:latest -f cms/drupal/Dockerfile .`
|
|
||||||
|
|
||||||
`docker run -d --name drupal -p 8080:80 pa4kev/portfolio-drupal`
|
|
||||||
|
|
||||||
`composer require --dev drush/drush`
|
|
||||||
|
|
||||||
`composer require 'drupal/devel:^5.1'`
|
|
||||||
|
|
||||||
`composer require 'drupal/gin_toolbar:^1.0@beta'`
|
|
||||||
|
|
||||||
`composer require 'drupal/gin:^3.0@RC'`
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## React
|
## React
|
||||||
@ -55,6 +39,8 @@ HTML parsing: `npm install html-react-parser`
|
|||||||
|
|
||||||
https://www.npmjs.com/package/html-react-parser
|
https://www.npmjs.com/package/html-react-parser
|
||||||
|
|
||||||
|
Convert SVG to React component: https://svg2jsx.com/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
@ -69,6 +55,8 @@ https://www.npmjs.com/package/html-react-parser
|
|||||||
|
|
||||||
[connectionstrings.com](https://www.connectionstrings.com/mysql-connector-net-mysqlconnection/)
|
[connectionstrings.com](https://www.connectionstrings.com/mysql-connector-net-mysqlconnection/)
|
||||||
|
|
||||||
|
[Giraffe F# web framework](https://github.com/giraffe-fsharp/Giraffe)
|
||||||
|
|
||||||
### Code Splitting
|
### Code Splitting
|
||||||
|
|
||||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
|
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user