Skip to content

cothema/sjor-framework

Repository files navigation

🧩 Sjór framework by Cothema

Sjór framework is a simple framework built with Next.js and Tailwind CSS, designed for fast creation of landing pages.


🚀 Installation

npm install @cothema/sjor-framework

or

yarn add @cothema/sjor-framework

⚙️ Before Usage

Configure Tailwind

Ensure your tailwind.config.js includes the Sjór framework components:

module.exports = {
  content: ["./src/**/*.{js,ts,jsx,tsx}", "./node_modules/@cothema/sjor-framework/**/*.{js,ts,jsx,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
};

📜 License

This project is licensed under Apache 2.0 License. See the LICENSE file for details.


💡 Contributing

We welcome feature requests and pull requests! 🎉

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/feature-name)
  3. Commit your changes (git commit -m "feat: Created X component")
  4. Push the branch (git push origin feature/feature-name)
  5. Create a pull request

💬 Contact Us

📧 info@cothema.com 🌐 cothema.com


🔗 GitHub Repository
📦 NPM Package: @cothema/sjor-framework

About

Sjór framework by Cothema especially for creating simple Next.js landing pages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published