Commit Graph

8 Commits

Author SHA1 Message Date
Joris Slagter
ec8b532a2f Fix: Use Node.js 14 for node-sass compatibility
Some checks failed
continuous-integration/drone/push Build is failing
Node.js 16 has C++ compilation issues with node-sass due to missing std::remove_cv_t support.
Node.js 14 LTS has proven compatibility with node-sass and avoids these compilation errors.

Error resolved:
- v8-internal.h:492:38: error: 'remove_cv_t' is not a member of 'std'
- make: *** [binding.target.mk:133] Error 1
2025-12-02 20:09:38 +01:00
Joris Slagter
d927f94c4e Fix: Use Node.js 16 for node-sass compatibility
Some checks failed
continuous-integration/drone/push Build is failing
- Changed from node:20 to node:16 in both test and build steps
- Node.js 16 LTS is compatible with node-sass and node-gyp
- This fixes the 'gyp ERR! Cannot assign to read only property cflags' error
- Node.js 20's node-gyp has breaking changes incompatible with older node-sass
2025-12-02 19:59:04 +01:00
Joris Slagter
e126875ba6 Fix: Use full Node.js image for node-sass compatibility
Some checks failed
continuous-integration/drone/push Build is failing
Changed from node:20-alpine to node:20 to include Python and build
tools required by node-sass native bindings. This resolves the
"gyp ERR! find Python" error during npm install.
2025-12-02 19:51:24 +01:00
Joris Slagter
0129e1ea16 Expand README with comprehensive documentation
Some checks failed
continuous-integration/drone/push Build is failing
Added detailed information about project structure, features,
development setup, CI/CD pipeline, and deployment configuration.
2025-12-02 17:55:34 +01:00
Joris Slagter
791aebc346 Initial Nuxt frontend import
Some checks failed
continuous-integration/drone/push Build is failing
- Complete GGZ Ecademy Nuxt.js user portal
- Learning products browser and management
- Member management interface
- User authentication and roles
- Multi-language support (NL/EN)
- Vuex store for state management
- Component-based architecture
2025-12-02 17:48:48 +01:00
Joris Slagter
0f691e83e3 Add GITEA_TOKEN support for HTTPS deployment
Some checks failed
continuous-integration/drone/push Build is failing
2025-12-02 16:40:37 +01:00
Joris Slagter
20ac5689a5 Add Drone CI pipeline configuration
Some checks failed
continuous-integration/drone/push Build encountered an error
2025-12-02 15:59:23 +01:00
1fd37a821f Initial commit 2025-12-02 15:05:17 +01:00