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

martinrebo/DatePan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

TODO: RUN THE APPLICATION FIRST TIME

start app:

  • client folder: npm start
  • server folder: npm start:devApi

TODO: STRUCTURE

TODO: Deploy the app

  1. Build office for Web
  2. Move build-web to the server
  3. build server
  4. deploy gcp

TODO: Depley Firebase client folder

UI KITS https://undraw.co/illustrations https://www.opendoodles.com/compositions https://iradesign.io/illustrations/objects

WEBTOOLS

Gitmoji control version

Here the recommended workflow to generate your changelog file using gitmoji-changelog:

Important: Before generating, be sure to have all tags locally (e.g. git fetch origin)

  • Make changes and commit: git commit -m ":sparkles: my awesome feature"
  • Bump version (ex: 1.0.0) in package.json using semver convention
  • Run gitmoji-changelog, then the file CHANGELOG.md is created or updated with all changes
  • You can freely edit the new release in the changelog file, it will not be overwritten with the next generation
  • Commit package.json and CHANGELOG.md file
  • Tag your release: git tag -a v1.0.0 -m "v1.0.0" (or create a Github release)
  • Push to the remote git push --follow-tags

Libs

List of docs consulted:

About

Wudtimes APP

Resources

Stars

Watchers

Forks

Packages

No packages published