No description
app | ||
public | ||
.editorconfig | ||
.gitignore | ||
.prettierrc | ||
bun.lockb | ||
docker-compose.yaml | ||
Earthfile | ||
jobspec.hcl | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.ts |
This is a Y-Sweet project using Remix. It was bootstrapped with create-y-sweet-app
.
Getting Started
First, run the development server:
npm run dev
Open http://localhost:3000 in your browser to see the app running. If you open it in multiple windows, you'll see that all the state in the app is automatically kept in sync!
You can start editing the page by modifying app/page.tsx
.
Learn More
While you're building your Y-Sweet app, you might also want to check out:
- Y-Sweet documentation - learn about Y-Sweet's features and API.
- Discord server - chat with the developers and get help from other users.
- Y-Sweet GitHub repository - leave feedback, report bugs and contribute to Y-Sweet.