Getting Started
Customization
Tidal utilizes Vite to build the front-end assets, both for development and production use-cases.
If you haven't already, you will need to install Tidal's front-end dependencies by running the following command from the root of your project:
1npm install
To have Vite watch for changes made to your site's content and assets while developing, you may run the following command:
1npm run dev
To build the front-end assets for a production deployment, you can run the following command:
1npm run build
If you are build your production files before deploying to production make sure that you commit and deploy the generated files and the manifest.json
file as well.
The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.