@laioutr/app-hygraph
v1.1.5
Published
Laioutr Hygraph App
Readme
Hygraph Laioutr
My new Laioutr App for doing amazing things using Nuxt.
See laioutr.com for more information about Laioutr.
Features
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Quick Setup
Before installing dependencies, you need to create a copy of the .npmrc.config file called .npmrc and fill in the NPM_LAIOUTR_TOKEN with your npm token. You can find this token in your project settings.
pnpm inpx @laioutr/cli project fetch-rc -p <organization slug>/<project slug> -s <project secret key>- This will load thelaioutrrc.jsonfile with the current remote project configuration.pnpm dev:preparepnpm orchestr-dev
That's it! You can now use Hygraph Laioutr in your Laioutr Frontend ✨
You can find a thorough guide on getting started with Laioutr development in our developer guide.
Linting and Formatting
We use ESLint and Prettier to lint and format the code. This repository contains opinionated configurations for both tools. You can - of course - replace them with your own configurations.
Publishing
To publish a new version, run pnpm release. This will:
- Run the tests
- Update the changelog
- Publish the package to npmjs.org
- Push the changes to the repository
Private publishing
If you want to publish a private package to npm.laioutr.cloud, you need to:
- Make sure you have a
.npmrcwith your private npm registry token. - Add this line to the root of the
package.jsonfile:"publishConfig": { "registry": "https://npm.laioutr.cloud/" } - Make sure your package-name follows the
@laioutr-org/<organization-slug>_<package-name>format.
After that you can run pnpm release to publish the package to npm.laioutr.cloud.
Contribution
Follow the setup guide to get started.
