diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/back/README.md b/back/README.md deleted file mode 100644 index 8616543..0000000 --- a/back/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# 🚀 Getting started with Strapi - -Strapi comes with a full featured [Command Line Interface](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html) (CLI) which lets you scaffold and manage your project in seconds. - -### `develop` - -Start your Strapi application with autoReload enabled. [Learn more](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html#strapi-develop) - -``` -npm run develop -# or -yarn develop -``` - -### `start` - -Start your Strapi application with autoReload disabled. [Learn more](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html#strapi-start) - -``` -npm run start -# or -yarn start -``` - -### `build` - -Build your admin panel. [Learn more](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html#strapi-build) - -``` -npm run build -# or -yarn build -``` - -## ⚙️ Deployment - -Strapi gives you many possible deployment options for your project. Find the one that suits you on the [deployment section of the documentation](https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/deployment.html). - -## 📚 Learn more - -- [Resource center](https://strapi.io/resource-center) - Strapi resource center. -- [Strapi documentation](https://docs.strapi.io) - Official Strapi documentation. -- [Strapi tutorials](https://strapi.io/tutorials) - List of tutorials made by the core team and the community. -- [Strapi blog](https://docs.strapi.io) - Official Strapi blog containing articles made by the Strapi team and the community. -- [Changelog](https://strapi.io/changelog) - Find out about the Strapi product updates, new features and general improvements. - -Feel free to check out the [Strapi GitHub repository](https://github.com/strapi/strapi). Your feedback and contributions are welcome! - -## ✨ Community - -- [Discord](https://discord.strapi.io) - Come chat with the Strapi community including the core team. -- [Forum](https://forum.strapi.io/) - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members. -- [Awesome Strapi](https://github.com/strapi/awesome-strapi) - A curated list of awesome things related to Strapi. - ---- - -🤫 Psst! [Strapi is hiring](https://strapi.io/careers). diff --git a/back/package.json b/back/package.json index bc1d56d..295b66b 100644 --- a/back/package.json +++ b/back/package.json @@ -2,7 +2,7 @@ "name": "back", "private": true, "version": "0.1.0", - "description": "A Strapi application", + "description": "Laba webgunerako kudeaketa", "scripts": { "develop": "strapi develop", "start": "strapi start", @@ -17,7 +17,7 @@ "sqlite3": "5.0.2" }, "author": { - "name": "A Strapi developer" + "name": "Laba Sarea" }, "strapi": { "uuid": "b0fa2552-2961-4886-8673-c2d7fe07b8a1" diff --git a/package.json b/package.json index 1a21270..4d6cc5d 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,12 @@ "name": "laba-webgunea", "version": "1.0.0", "description": "Laba sarerako webgunea", - "main": "index.js", + "private": true, + "workspaces": [ + "back" + ], "scripts": { - "test": "test" + "start:back": "yarn workspace back start" }, "repository": { "type": "git", diff --git a/back/yarn.lock b/yarn.lock similarity index 100% rename from back/yarn.lock rename to yarn.lock