Skip to content

Commit

Permalink
chore: cleanup locks and use pnpm for packages
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
  • Loading branch information
aarnphm committed Jan 14, 2025
1 parent dfbc11c commit 2da8301
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 6,401 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@aarnphm/tinymorph",
"name": "@aarnphm/morph-docs",
"description": "Documentation for tinymorph",
"private": true,
"version": "4.4.0",
"type": "module",
"author": "aarnphm <contact@aarnphm.xyz>",
"license": "MIT",
"license": "Apache-2.0",
"homepage": "https://tinymorph.aarnphm.xyz",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"homepage": "https://tinymorph.aarnphm.xyz",
"scripts": {
"docs:serve": "pnpm --filter ./docs run quartz build --serve -v",
"docs:build": "pnpm --filter ./docs run quartz build -v"
"docs:build": "pnpm --filter ./docs run quartz build -v",
"morph:dev": "pnpm --filter morph run dev",
"morph:build": "pnpm --filter morph run build"
},
"keywords": [
"sae",
Expand Down
44 changes: 6 additions & 38 deletions packages/morph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,44 +15,12 @@ Ensure you have the following installed:

### Installation

1. Clone the Repository
```bash
pnpm i
pnpm run morph:dev

```
git clone https://github.com/your-username/tinymorph.git
2. Open the folder where the repository was cloned, then navigate to the `morph` Package:
```
cd packages/morph
```
3. Install Dependencies
```
npm install
```
### Running the Project
1. Start the Development Server
```
npm run dev
```
2. Open in Browser by visiting the application at [http://localhost:5173](http://localhost:5173)
### Building for Production
To create an optimized production build, run the following command:
# to run build
pnpm run morph:build
```
npm run build
```
<br>
This guide provides the steps necessary to set up, run, and build the `tinymorph` web interface locally for development or deployment.

Open in Browser by visiting the application at [http://localhost:5173](http://localhost:5173)
Loading

0 comments on commit 2da8301

Please sign in to comment.