Skip to content

Commit 8a3f3f4

Browse files
committed
chore: update readme
1 parent 2c4fa3b commit 8a3f3f4

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

README.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1 @@
1-
# obsidian-react-starter
2-
3-
Code From Original Template: [React Starter](https://github.com/obsidian-community/obsidian-react-starter)
4-
5-
A starter template for creating an [Obsidian](https://obsidian.md/) plugin with [ReactJS](https://reactjs.org/).
6-
7-
## Features
8-
9-
This project comes preconfigured with [Typescript](https://www.typescriptlang.org/), [Vite](https://vitejs.dev/) And [Less](https://lesscss.org/).
10-
11-
## Getting Started
12-
13-
Click "use this template" to create your own fork of this repo. Make sure to reference [the official sample plugin](https://github.com/obsidianmd/obsidian-sample-plugin) for information about how to get started with the Obsidian API and how to submit your plugin to the Community Plugin Gallery.
14-
15-
```bash
16-
# for local development
17-
yarn install
18-
yarn dev
19-
20-
# for a production bundle
21-
yarn install
22-
yarn build
23-
```
24-
25-
## Stats
26-
27-
The production output of this sample plugin is **~50 KB**.
1+
Not Yet Usable

0 commit comments

Comments
 (0)