With NPM:
npm create @app-template/app@latest my-obsidian-project -- --template obsidianWith PNPM:
pnpm create @app-template/app@latest my-obsidian-project --template obsidianUsing Obsidian, open the folder content and start editing your notes.
There is a config.yaml file in the root of the project that you can use to customize the Quartz. See https://quartz.jzhao.xyz/configuration#general-configuration for more information.
npm install- run
npm run buildto build the project. - The build artifacts will be stored in the
publicdirectory. - run
npx http-server publicto preview the production build.