GithubHelp home page GithubHelp logo

elias-knodel / zenbase Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 191 KB

This project aims to be a collection of frameworks and plugins which make it easy to build a fully fledged high-end frontend.

License: MIT License

JavaScript 9.53% Astro 78.34% TypeScript 5.13% Less 7.00%

zenbase's Introduction

Features:

  • ✅ Minimal styling (make it your own!)
  • ✅ 100/100 Lighthouse performance
  • ✅ SEO-friendly with canonical URLs and OpenGraph data
  • ✅ Sitemap support
  • ✅ RSS Feed support
  • ✅ Markdown & MDX support

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

├── public/
├── src/
│   ├── components/
│   ├── content/
│   ├── layouts/
│   └── pages/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

The src/content/ directory contains "collections" of related Markdown and MDX documents. Use getCollection() to retrieve posts from src/content/blog/, and type-check your frontmatter using an optional schema. See Astro's Content Collections docs to learn more.

Any static assets, like images, can be placed in the public/ directory.

👀 Want to learn more?

Check out our documentation or jump into our Discord server.

AAAAAAAAAAAAAAA

The ZenJS Framework

gh-commit-badge gh-contributors-badge gh-stars-badge

Roadmap / Core features

  • Astro
  • Svelte
  • Tailwind
  • Less
  • Storybook (if it works with astro)
  • Apitable
  • Weblate

With focus on:

  • SEO
  • (DSGVO) Privacy
  • Analytics
  • Multiple Storefronts

Optional:

  • tailwind-config-viewer

Description

This "Framework" is in reality just a collection of the best tools and tech i found over the years.
However, everything has been carefully selected so that in the end you can "easily" create a medium to large website.

Getting started

Command Action
yarn Installs dependencies
yarn dev Starts local dev server at localhost:3000
yarn build Build your production site to ./dist/
yarn preview Preview your build locally, before deploying
yarn astro ... Run CLI commands like astro add, astro check
yarn astro --help Get help using the Astro CLI

Contributing Guidelines

Commit messages

Construct of a commit message:

prefix(scope): commit subject with max 50 chars

Example commit message:

feat(comp): add ping slash command

Scopes

Project specific scopes and what to use them for.

'deps', // Changes done on anything dependency related
'devops', // Changes done on technical processes

Prefixes:

'feat', // Some new feature that has been added
'fix', // Some fixes to an existing feature
'build', // Some change on how the project is built
'chore', // Some change that just has to be done (like updating dependencies)
'ci', // Some changes to the continues integration workflows
'docs', // Some changes to documentation located in the repo (either markdown files or code DocBlocks)
'perf', // Some performance improvements
'refactor', // Some code changes, that neither adds functionality or fixes a bug
'revert', // Some changes that revert already done changes
'style', // Some fixes regarding code style
'test', // Some automated tests that have been added

Branches:

Branch Usage
main The default branch
feature/* For developing features
fix/* For fixing bugs

Useful links

License - Contributing - Code of conduct - Issues - Pull requests


Copyright (c) elias-knodel. All rights reserved | Licensed under the MIT license.

zenbase's People

Contributors

elias-knodel avatar

Stargazers

 avatar

Watchers

 avatar

zenbase's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: RepoCacheS3.read() - failure

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

  • chore(deps): update dependency tailwind-config-viewer to v1.7.3
  • fix(deps): update astro monorepo (@astrojs/mdx, @astrojs/rss, @astrojs/sitemap, @astrojs/tailwind, astro)
  • fix(deps): update dependency less to v4.2.0
  • fix(deps): update dependency tailwindcss to v3.4.6
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update dependency tailwind-config-viewer to v2
  • chore(deps): update wagoid/commitlint-github-action action to v6
  • fix(deps): update astro monorepo (major) (@astrojs/mdx, @astrojs/rss, @astrojs/sitemap, @astrojs/tailwind, astro)
  • 🔐 Create all pending approval PRs at once 🔐

Detected dependencies

github-actions
.github/workflows/git.yml
  • actions/checkout v3
  • wagoid/commitlint-github-action v4
npm
package.json
  • @astrojs/mdx ^0.16.0
  • @astrojs/rss ^2.1.0
  • @astrojs/sitemap ^1.0.1
  • @astrojs/tailwind ^3.0.1
  • astro ^2.0.4
  • less ^4.1.3
  • tailwindcss ^3.0.24
  • tailwind-config-viewer ^1.7.2

  • Check this box to trigger a request for Renovate to run again on this repository

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.