LucianoCaccia / web-urban2023

Web Urban State 2023
0 stars 0 forks source link

Web Urban State 2023

Project Documentation

Check the mockup here

Read.me syntax helper

URLS Strategy

Administración del backend

Crear y publicar mapas.

Developer Notes & tools

Use this section to remenber ideas..

readme.md syntax tool

Animations:

How to create custom content type

Custom content type programatically

Extending WordPress With CCT

Theme options

Bootscore

Them.es is first taked option

How to use Them.es

This Theme comes with a built in gulp/webpack task automation. Sass files will be compiled if changed, vendor prefixes will be added automatically and the CSS will be minified. JS source files will be bundled and minified.

Prerequisites: Node.js (NPM) needs to be installed on your system

Open the Project directory / in Terminal and install the required Node.js dependencies: gulp, webpack, Sass-Compiler, Autoprefixer, etc.

$ npm install

Run the watch script on /wp/wp-content/themes/ue-theme

$ npm run watch

Modify /assets/main.scss and /assets/main.js

Documentation

Them.es Doc

Bootstrap 5 - Doc

Bootstrap Library Icons

Bootstrap 4 Carousel Card Slider

Animations doc Animate IT

Initial credentials

DB: root / password / wordpress

Custom fields

https://www.advancedcustomfields.com/resources/

Contenido inicial

https://docs.google.com/document/d/1WauwNgxlCf77NClkR2ibcegNqY3orHXfDhP2GW8IPos/edit

How install in Dreamhost shared server

Node.js

Follow the instructions here: https://help.dreamhost.com/hc/en-us/articles/360029083351-Installing-a-custom-version-of-NVM-and-Node-js

Then this guide: https://help.dreamhost.com/hc/en-us/articles/115004265527-Node-js-packages-npm-

Go to the theme home url and run:

$ npm install

Run the watch script on /wp/wp-content/themes/ue-theme to build the css and js files.

$ npm run watch

Hosting and pull code to Live

Use ssh dh_hhknpb@baker.dreamhost.com to ssh connect. The Live version of the website root path is:

[baker]$ /home/dh_hhknpb/dev.urbanestate.com.ar/web-urban2023/wp

Before pull fules check using git status that the branch is up to date with origin/main.

Please don't check out or commit any change and conserve the wp-config.php configuration.