Maintenance
Join the Order of the Crimson Code
π» Development
Contributing
The Order welcomes new Keepers of the Code. To contribute:
Fork the sacred repository
Create a feature branch (
git checkout -b feature/AncientWisdom
)Commit your changes (
git commit -m 'Add some AncientWisdom'
)Push to the branch (
git push origin feature/AncientWisdom
)Open a Pull Request
π Code Structure
coinfessol/
βββ src/ # The source of digital wisdom
βββ public/ # Static artifacts
βββ supabase/ # Database prophecies
βββ docs/ # Ancient scrolls
π§ͺ Testing
# Run the test rituals
npm test
# Check code purity
npm run lint
π Building
# Create a production artifact
npm run build
# Preview the build
npm run preview
Remember: "Clean code is not written, it is summoned." - The Crimson Codex
Last updated