Giter Club home page Giter Club logo

sikessem-logo


typescript-icon license-icon actions-icon pr-icon twitter-icon

Sikessem

The Sikessem Website.

πŸ”– Contents


πŸŽ‰ Getting Started

Installation

Install dependencies:

bun install

Environment

Make and link the .env file:

make env

Project Structure

Inside your project, you'll see the following directory structure:

β”œβ”€β”€ app/
β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”œβ”€β”€ ...
β”‚   β”‚   errors/
β”‚   β”‚   β”œβ”€β”€ ...
β”‚   β”‚   routes/
β”‚   β”‚   └── ...
└── lib/
    └── ...
  • app/routes: Provides the directory-based routing, which can include a hierarchy of layout.tsx layout files, and an index.tsx file as the page. Additionally, index.ts files are endpoints. Please see the routing docs for more info.

  • app/errors: Recommended directory for errors.

  • app/assets: Any static assets, like images, can be placed in the public directory. Please see the Vite public directory for more info.

Add Integrations and deployment

Use the bun qwik add command to add additional integrations. Some examples of integrations includes: Cloudflare, Netlify or Express Server, and the Static Site Generator (SSG).

bun qwik add

Development

Development mode uses Vite's development server. The dev command will server-side render (SSR) the output during development.

bun start

Note: during dev mode, Vite may request a significant number of .js files. This does not represent a Qwik production build.

Preview

The preview command will create a production build of the client modules, a production build of src/entry.preview.tsx, and run a local server. The preview server is only for convenience to preview a production build locally and should not be used as a production server.

bun preview

Production

The production build will generate client and server modules by running both client and server build commands. The build command will use Typescript to run a type check on the source code.

bun run build

🌐 Starting server

This app has a minimal Bun server implementation. After running a full build, you can preview the build using the command:

bun serve

Then visit sikessem.local:3000/

πŸ—ƒοΈ Manage Database

[WIP]

πŸ§ͺ Testing and debugging

🧹 Keep a modern codebase

  • with Biome:
bun check

βœ… Run unit tests

  • using Bun:
bun run test

πŸš€ Execute end-to-end testing with Playwright:

bun e2e

πŸ› Check all code bugs

bun debug

πŸ“‹ Requirements

  • Requires Deno ^1.41 (at least 1.41.0 recommended to avoid potential bugs).
  • Requires Bun ^1.0 (at least 1.0.29 recommended to avoid potential bugs).
  • Requires Git ~2.43.2 to manage source code.

πŸ“– Documentation

The full documentation for the Sikessem Website can be found on this address.

πŸ‘ Contribution

The main purpose of this repository is to continue evolving Sikessem. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving Sikessem.

Sikessem has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Sikessem.

πŸ”’οΈ Good First Issues

We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

πŸ’¬ Discussions

Larger discussions and proposals are discussed in Sikessem's GitHub discussions.

πŸ” Security Reports

If you discover a security vulnerability within Sikessem, please email SIGUI KessΓ© Emmanuel at [email protected]. All security vulnerabilities will be promptly addressed.

πŸ“„ License

The Sikessem Website is open-sourced software licensed under the MIT License - see the LICENSE file for details.


Made with ❀︎ by @siguici.

Sikessem's Projects

.github icon .github

πŸ‘₯ Default Community Health/Policy Files for SIKessEm Organisation-wide projects on GitHub.

art icon art

🎨 Sikessem's Artwork.

auth-starter icon auth-starter

πŸ” Manage Laravel Application Access Authentication and Authorization.

backup icon backup

πŸ—ƒοΈ Manage backups and restores of file storage and database.

bundler icon bundler

🍱 Compress each PHP file into a single line and build PHP archives (Phar).

capsule icon capsule

πŸ“¦οΈ Encapsulate PHP Class properties using dynamic Getter and Setter.

community icon community

πŸ’¬ Public open-ended discussions for the Sikessem Community.

create-skeleton icon create-skeleton

πŸ“¦οΈ The Sikessem Skeleton for creating new TypeScript/JavaScript modules.

debugger icon debugger

πŸ› Debug a PHP script easily by following its backtrace.

dom icon dom

Handle HTML5 and CSS3 easily

endsides icon endsides

A Template/Rendering Engine for Web Developers.

errors icon errors

Handling errors and exceptions in PHP

from-scratch icon from-scratch

The progressive development of the sikessem.com website/application from scratch (without any framework).

html icon html

A Template/Rendering Engine for Web developers

ignorant icon ignorant

πŸ™ˆ Ignore files by names or paths

installer icon installer

@Sikessem's command-line project management application.

legacy icon legacy

:globe_with_meridians: Sikessem Labs

module icon module

πŸ“¦οΈ PHP Module Manager. Allows you to organize PHP scripts into modules that can be used from import/export statements.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.