# Project Setup Questions

When creating a new project, consider:

1. **Package Naming**: Will this be a scoped package (@kjerneverk/...)? What should the package name be?

2. **Node.js Version**: What Node.js version will this target? (Kjerneverk standard: >=24.0.0)

3. **License**: What license will this use? (Kjerneverk standard: Apache-2.0)

4. **Repository**: Where will this be hosted? (Kjerneverk standard: GitHub under kjerneverk org)

5. **Build Tools**: What build tools are needed? (Kjerneverk standard: Vite for libraries, appropriate tools for applications)
