Skip to content

thinceller/frontend-sandbox

Repository files navigation

frontend-sandbox

This repository is thinceller's Front-end sandbox.

Development

Prerequisites

There are several requirements for setting up this repository.

Node.js

This repository uses the .node-version file for Node.js versioning, so you need to use a tool that supports this file format, such as:

pnpm

In this repository, we basically use pnpm as the package manager. In order to manage the version of pnpm, you can use Corepack.

cd path/to/repository
corepack enable

Setting up

cd path/to/repository
pnpm i

Running packages

cd packages/<packageName>
pnpm start
# or
pnpm -F <packageName> start

Linting and Formatting

pnpm lint
pnpm format

About

thinceller's Front-end sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published