-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2650006
commit 6f22e17
Showing
6 changed files
with
43 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import {Tabs} from "nextra/components" | ||
|
||
# Getting Started | ||
|
||
The simplest and fastest way to install Klassco is by using a JavaScript | ||
package manager. | ||
|
||
<Tabs items={["pnpm", "bun", "npm", "yarn"]}> | ||
<Tabs.Tab> | ||
```bash | ||
pnpm i klassco | ||
``` | ||
</Tabs.Tab> | ||
<Tabs.Tab> | ||
```bash | ||
bun add klassco | ||
``` | ||
</Tabs.Tab> | ||
<Tabs.Tab> | ||
```bash | ||
npm i klassco | ||
``` | ||
</Tabs.Tab> | ||
<Tabs.Tab> | ||
```bash | ||
yarn add klassco | ||
``` | ||
</Tabs.Tab> | ||
</Tabs> | ||
|
||
If you want to build from source, see the | ||
[repo](https://github.com/cipherlogs/klassco) for guidance. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters