Studio is a Tailwind UI site template built using Tailwind CSS and Next.js.
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.
You can start editing this template by modifying the files in the /src
folder. The site will auto-update as you edit these files.
-
- Install Firebase CLI:
npm install -g firebase-tools
- Install Firebase CLI:
- Log in to your Firebase account:
firebase login
- 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
- To get a list of all backup schedules, use the following command:
firebase firestore:backups:schedules:list --database '(default)'
- Deleting a backup schedule can be achieved with this command:
firebase firestore:backups:schedules:delete BACKUP-SCHEDULE
- To list all backups, use this command:
firebase firestore:backups:list
- Delete backup use this command:
firebase firestore:backups:delete BACKUP
- 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
This site template is a commercial product and is licensed under the Tailwind UI license.
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