-
-
-
-
-
-
-
-
- {{ `\nexport default defineNuxtConfig({\n extends: ["github:HoshinoSuzumi/rayine-layer"]\n}` }}
-
-
-
-
-
- npm install rayine-layer
-
-
-
- {{ `\nexport default defineNuxtConfig({\n extends: ["rayine-layer"]\n}` }}
-
-
-
-
-
-
-
- {{ configuration_code }}
-
-
-
-
-
-
-
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..eb8204b
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "eslint.experimental.useFlatConfig": true
+}
diff --git a/README.md b/README.md
index 8a884c0..b168aa1 100644
--- a/README.md
+++ b/README.md
@@ -1,73 +1,84 @@
-# Nuxt Layer Starter
+
-## Setup
+# My Module
-Make sure to install the dependencies:
+[![npm version][npm-version-src]][npm-version-href]
+[![npm downloads][npm-downloads-src]][npm-downloads-href]
+[![License][license-src]][license-href]
+[![Nuxt][nuxt-src]][nuxt-href]
+
+My new Nuxt module for doing amazing things.
+
+- [✨ Release Notes](/CHANGELOG.md)
+
+
+
+## Features
+
+
+- ⛰ Foo
+- 🚠 Bar
+- 🌲 Baz
+
+## Quick Setup
+
+Install the module to your Nuxt application with one command:
```bash
-pnpm install
+npx nuxi module add my-module
```
-## Working on your layer
+That's it! You can now use My Module in your Nuxt app ✨
-Your layer is at the root of this repository, it is exactly like a regular Nuxt project, except you can publish it on NPM.
-The `.playground` directory should help you on trying your layer during development.
+## Contribution
-Running `pnpm dev` will prepare and boot `.playground` directory, which imports your layer itself.
+