To learn more, check out:
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Run the following command. You will need to create a Tigris Cloud account or login to an existing account to authenticate the Tigris CLI:
npm run tigris:init
This will create a project in Tigris Cloud and store your Tigris project
configuration in a .env
file.
With the project config in place, seed the Tigris Database with data:
npm run tigris:seed
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.