Skip to content

sikepuri-algorithm/sikepuri-algorithm.github.io

Repository files navigation

Introduction to Algorithms

MDX Build and Deploy Release version badge license PRs

logo

日本語版 README はこちら

This is a document that summarizes the Introduction to Algorithms class. To see the content, visit here.

This site is built using Docusaurus, a modern static site generator.

Installation

npm ci

To run a formatter or linter before committing, run the script below. (You don't have to run these scripts.)

# Install Poetry
curl -sSL https://install.python-poetry.org | python3 -

# Install Poetry packages
poetry install
# Install pre-commit packages
poetry run pre-commit install

Local Development

This command starts a local development server and opens up a browser window.

npm start

Contributions

Issue or PR is always welcome.