Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue tracks the creation of initial project documentation. It requires documenting execution instructions in `README.md` and the project's folder structure in `architecture.md`. The `style-guide.md` document, outlining coding style, has already been completed.
AI Summary: This issue requests the addition of a `CONTRIBUTING.md` file to the project's root directory. The file should clearly outline contribution guidelines, including pull request procedures and commit/branching standards, to ensure consistency and inform new contributors.
AI Summary: This issue is a "chore" task to set up a new Nuxt project. It requires creating the initial project structure using the latest Nuxt version, ensuring both `npm run dev` and `bun run dev` commands function correctly, and adhering to standard folder structures with placeholders, without adding unnecessary dependencies.