Skip to content

marko-js/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6089916 · Apr 24, 2025
Jul 20, 2022
Jan 6, 2025
Apr 9, 2025
Apr 9, 2025
Aug 3, 2020
Aug 10, 2022
Aug 3, 2020
Aug 3, 2020
Jun 7, 2023
Jul 23, 2024
Apr 24, 2025
Apr 24, 2025
Aug 28, 2024
Jul 23, 2024
Dec 31, 2024

Repository files navigation

Screenshot of markojs.com running in a browser

Running markojs.com Locally

git clone https://github.com/marko-js/website.git
cd website
git submodule update --init --recursive
npm install
npm run dev

Serving a static build

npm run build
npx http-server ./build

Publishing

npm run publish

Contributing

Pull Requests greatly appreciated!