Skip to content

it-delta/itdelta-web-site-3.0

Repository files navigation

itdelta-web-site-3.0

Studio is a Tailwind UI site template built using Tailwind CSS and Next.js.

Getting started

To get started with this template, first install the npm dependencies:

npm install

Next, run the development server:

npm run dev

Finally, open http://localhost:3000 in your browser to view the website.

Customizing

You can start editing this template by modifying the files in the /src folder. The site will auto-update as you edit these files.

Working with backups

    • Install Firebase CLI: npm install -g firebase-tools
  1. Log in to your Firebase account: firebase login
  2. Select a project:
  • List projects: -firebase projects:list
  • Choose a project: firebase use itdelta-web-site-3

Create a scheduled backup firebase firestore:backups:schedules:create --database '(default)' --recurrence 'DAILY' --retention 14w

  1. To get a list of all backup schedules, use the following command: firebase firestore:backups:schedules:list --database '(default)'
  2. Deleting a backup schedule can be achieved with this command: firebase firestore:backups:schedules:delete BACKUP-SCHEDULE
  3. To list all backups, use this command: firebase firestore:backups:list
  4. Delete backup use this command: firebase firestore:backups:delete BACKUP
  5. To begin the restore operation, use one of the following methods: firebase firestore:databases:restore \ --backup 'BACKUP' \ --database 'DATABASE_ID'

For more details, refer to the Firebase documentation

License

This site template is a commercial product and is licensed under the Tailwind UI license.

Learn more

To learn more about the technologies used in this site template, see the following resources:

  • Tailwind CSS - the official Tailwind CSS documentation
  • Next.js - the official Next.js documentation
  • Framer Motion - the official Framer Motion documentation
  • MDX - the official MDX documentation