Skip to content

Commit

Permalink
ref: convert to monorepo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed May 26, 2024
1 parent baae7c0 commit c19c5d5
Show file tree
Hide file tree
Showing 315 changed files with 8,088 additions and 173 deletions.
45 changes: 42 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
node_modules
dist
# dependencies
node_modules/
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# Storybook logs
build-storybook.log
**/.DS_Store

# Turbo repo logs
.turbo

# Build artifacts
dist/
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Isomer Next Components
## Isomer Next

This repository contains a collection of React components for the Isomer Next project.

## Installation

To use these components in your project, you can install them via npm.
This is a monorepo for the Isomer Next project.
Binary file added docs/isomerpages-isomer-components-0.0.13.tgz
Binary file not shown.
233 changes: 171 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c19c5d5

Please sign in to comment.