Git Product home page Git Product logo

materialize-docs's Introduction

Requirements

This project uses pnpm with workspaces. So pnpm should be installed.

Project generation

This project has been generated from with a $ pnpm create vite command and selecting the vanilla-ts project.

Materialize has been added as a git submodule in packages folder and then defined as a pnpm workspace, to use it as a monorepo.

Typescript has been configured to treat all projects in /packages folder as typescript packages.

head, navbar and footer in all html pages has been defined using vite-plugin-handlebars.

Instructions to develop

git clone https://github.com/materializecss/materialize-docs.git
cd materialize-docs
git submodule init
git submodule update
pnpm install
pnpm dev

This is a very convenient way to work in materialize or docs because all changes in both projects are inmediately displayed in the browser.

Also browser debugging displays the files exactly as they are in the source.

Note: when a new page is selected it takes some time to render completely the page. This not happens in the build version.

Instructions to build site

pnpm build
pnpm preview

New Release (for Maintainers)

  • Execute the release process in the core package incl. releasing on npm
  • Update versions in getting-started.html, partials/navbar.html
  • Run docs locally and check manually
  • Make commit to dev (message: "chore: release 2.X.X")
  • Make PR in GitHub from dev -> main
  • Merge the PR
  • Party and spread the news via social media channels ๐ŸŽ‰

materialize-docs's People

Contributors

danice avatar wuda-io avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

danice jerit3787

materialize-docs's Issues

From var to const in javascript

Before submitting...

Context

In current JavaScript, only const is used to create const variables. Var is outdated. Maybe you can change all var s into const for example in "Forms -> Select -> Initialization" or "Forms -> Select -> Methods".

Current Behavior

materialize

Expected behavior

Maybe you can change all var s into const.

Possible Solutions or Causes

No response

Your Environment

  • Version used:
  • Browser Name and version:
  • Operating System and version (desktop or mobile):
  • Additional information you want to tell us:

problem with submodule update

Commit "ci: update submodule" (e42a8228b5467eea14833a8d4e8b390a5e5e6e90) cannot be checked because includes a materialize submodule commit "05bf70fb897bea1c6db546ad4395a2691da2c261" that is not available in github.

Can you push this 05bf70fb897bea1c6db546ad4395a2691da2c261 or overwritte last materialize-docs commit to a valid submodule position.. thanks!

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.