This project is the official documentation, blog, and informational website for Visulima, built with Vite, React 19, TypeScript, TailwindCSS, and TanStack Start.
Visulima.com is proudly developed and designed by Anolilab. Anolilab delivers high-performance websites, web applications, AI solutions, and custom software with a focus on modern technology and user experience.
Ensure you have Node.js (preferably a recent LTS version) and pnpm installed.
-
Clone the repository (if you haven't already):
# Replace with your repository's URL if applicable git clone [email protected]:visulima/visulima.com.git visulima.com cd visulima.com
If you already have the project files, navigate to the project directory.
-
Install dependencies:
pnpm install
-
Start the development server (hot reload at http://localhost:5173 by default):
pnpm run dev
-
Linting: Check for linting errors:
pnpm run lint
-
Type Checking: Run the TypeScript compiler to check for type errors:
pnpm run lint:types
-
Build for Production: Create a production-ready build:
pnpm run build
-
Testing: Run tests:
pnpm run test
View and interact with your tests via the Vitest UI:
pnpm run test:ui
The Visulima community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
To chat with other community members you can join the Visulima Discord.
Our Code of Conduct applies to all Visulima community channels.
We welcome contributions to Visulima.com! Please see our contributing.md for detailed guidelines and the development process.
We have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
The overall UI design, user experience, and general look and feel of Visulima.com are proprietary and copyrighted by Visulima (© Visulima - All Rights Reserved), unless otherwise stated. These elements may not be copied, replicated, or used as a basis for other designs without explicit written permission.
Specific brand assets, such as the Visulima logo, may be made available under more permissive terms for community use (e.g., for articles or linking to the project). Currently, the following assets are licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0):
- The Visulima Logo (A high-resolution version can be found at https://visulima.com/brand)
- This license means you are free to share (copy and redistribute) the logo for non-commercial purposes, provided you give appropriate credit to Visulima, provide a link to the license, and do not modify the logo in any way.
If you wish to use any design elements or brand assets in a way not covered here, please contact the Visulima team to discuss your use case.
This project is licensed under the MIT License.