Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 890 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 890 Bytes

ts-template

This is an example of a README file for a project. It is written in Markdown and contains a few examples of how to format your README file.

Installation

Run the following command to setup the project:

# npm install
# yarn install
pnpm install

Usage

Run the following command to start the project:

# npm run dev
# yarn run dev
pnpm run dev

Deployment

Run the following command to build the project:

# npm run build
# yarn run build
pnpm run build

You may also want to run the following command to start the project:

# npm run start
# yarn run start
pnpm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT