Stable diffusion for real-time music generation (web app)
Go to file
Seth Forsgren 6ad8c63f85 first settings components 2022-12-11 16:51:50 -08:00
components first settings components 2022-12-11 16:51:50 -08:00
pages first settings components 2022-12-11 16:51:50 -08:00
public Fixing sample rate for mobile compatibility 2022-12-08 11:23:28 -08:00
styles Add first half of about page 2022-11-27 18:23:53 -08:00
.eslintrc.json ignore weird apostrophe escape role 2022-12-05 20:40:05 -08:00
.gitignore Initial commit 2022-11-20 19:20:12 +00:00
README.md Update README.md 2022-11-21 09:44:38 -08:00
next.config.js Disable strict mode 2022-11-24 14:53:51 -08:00
package-lock.json FIRST INFINITE RIFF 2022-11-24 21:24:37 -08:00
package.json FIRST INFINITE RIFF 2022-11-24 21:24:37 -08:00
postcss.config.js Set up tailwind and get basic layout 2022-11-20 13:42:23 -08:00
shaders.js Random seed and little tweaks 2022-11-24 23:26:44 -08:00
tailwind.config.js Set up tailwind and get basic layout 2022-11-20 13:42:23 -08:00
tsconfig.json Set up tailwind and get basic layout 2022-11-20 13:42:23 -08:00
types.ts hacky but functional panel shifting with alpha changes 2022-11-30 16:30:52 -08:00

README.md

Riffusion App

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Prerequisites:

npm install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.