Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanshurajora/minipoint
MiniPoint, The right 2d vector graphics library for your experiments.
https://github.com/himanshurajora/minipoint
canvas graphics hecktoberfest htmlcanvas npm-package typescript
Last synced: 19 days ago
JSON representation
MiniPoint, The right 2d vector graphics library for your experiments.
- Host: GitHub
- URL: https://github.com/himanshurajora/minipoint
- Owner: himanshurajora
- License: mpl-2.0
- Created: 2023-09-06T19:03:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-13T05:52:15.000Z (3 months ago)
- Last Synced: 2024-12-14T00:14:31.640Z (20 days ago)
- Topics: canvas, graphics, hecktoberfest, htmlcanvas, npm-package, typescript
- Language: TypeScript
- Homepage: https://himanshurajora.github.io/minipoint
- Size: 1.35 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.