This project supports both macOS and WSL2 environments. When opening in Cursor/VS Code, the recommended extensions will be automatically suggested for installation.
- The 'Windows Subsystem for Linux (WSL)' extension will be automatically recommended
- Use the devcontainer setup for a consistent development experience
- Open the workspace file:
pnpm run workspace:openor manually openfreeism-app.code-workspace
- All extensions will be automatically recommended when opening the project
- TypeScript Server and ESLint will work seamlessly
- git clone [repository-url]
- Copy
.env.exampleto.env.localand configure your environment variables - pnpm install
- pnpm run dev
- For optimal experience, open the workspace file:
freeism-app.code-workspace - This ensures all extensions and settings are properly configured
See CLAUDE.md for a complete list of development commands.