Menu

Tree [0a6bd0] v1.main /
 History

HTTPS access


File Date Author Commit
 .vscode 2024-07-01 musef musef [1365c5] initial commit
 src 2024-11-08 musef musef [44adeb] v1.01.03 fix changes in contact form to add the...
 .editorconfig 2024-07-01 musef musef [1365c5] initial commit
 .gitignore 2024-11-08 musef musef [0a6bd0] v1.main changes in gitignore
 README.md 2024-07-06 musef musef [9a2126] v1.main initial commit new fmsdevelopment websi...
 angular.json 2024-07-06 musef musef [9a2126] v1.main initial commit new fmsdevelopment websi...
 package-lock.json 2024-07-06 musef musef [9a2126] v1.main initial commit new fmsdevelopment websi...
 package.json 2024-11-08 musef musef [44adeb] v1.01.03 fix changes in contact form to add the...
 tailwind.config.js 2024-07-06 musef musef [9a2126] v1.main initial commit new fmsdevelopment websi...
 tsconfig.app.json 2024-07-01 musef musef [1365c5] initial commit
 tsconfig.json 2024-07-06 musef musef [9a2126] v1.main initial commit new fmsdevelopment websi...
 tsconfig.spec.json 2024-07-01 musef musef [1365c5] initial commit

Read Me

Fmsdevelopment

This project is Florencio Muñoz's personal web site.

Page version 3.0.0

  • App frontend developed in Angular 17.3.7
  • Design and styles made with tailwind 3.4.4

Features

Production branch

  • Select v1.main branch to get the complete productive code.
  • Install the code in a folder created on your development computer.

Development installation

  • In local environment fill in the environments/environments.ts file with:
export const environment = {
    host: '', // host (format "thisismyhost.com")
    mailTo: '', // alternative contact email address
    urlContact: '', // api endpoint used to process the email form and send message
    urlLinkedin: '', // LINKEDIN personal url
}
  • Place static images inside the /assets/imgs folder.
  • Place slider images inside the /assets/imgs/slides folder.
  • Execute ng serve -o inside the installation folder to run local server.

Production installation

  • In local environment fill in the environments/environments.prod.ts file with:
export const environment = {
    host: '', // host (format "thisismyhost.com")
    mailTo: '', // alternative contact email address
    urlContact: '', // api endpoint used to process the email form and send message
    urlLinkedin: '', // LINKEDIN personal url
}
  • Do not forget to place the static and slider images located in /assets/imgs and /assets/imgs/slides folders.
  • Execute ng build in the installation folder.
  • Copy & paste the contents of the generated dist/yourproject/browser folder into the root directory of your production installation.

License

GNU GPLv3 - COPYING.md

Author

MongoDB Logo MongoDB