mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 04:40:40 -07:00
- Created a new landing page using Next.js 16, featuring a modern design with Tailwind CSS. - Implemented essential components including Header, Footer, and DownloadSection for user navigation and download options. - Configured Tailwind CSS and PostCSS for styling, and set up TypeScript for type safety. - Added a README with setup instructions, project structure, and deployment guidelines. - Integrated GitHub links for easy access to the repository and releases. - Established a consistent UI with reusable components and responsive design.
12 lines
159 B
TOML
12 lines
159 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs_20", "bun"]
|
|
|
|
[phases.install]
|
|
cmds = ["bun install"]
|
|
|
|
[phases.build]
|
|
cmds = ["bun run build"]
|
|
|
|
[start]
|
|
cmd = "bun run start"
|