|
1 | | -## EternalCodeTeam Docs |
2 | | - |
3 | | -**Description** |
4 | | - |
5 | | -This is just the documentation for EternalCode projects. |
6 | | -You can find here information about our projects, how to use them and more! |
7 | | -WWW: https://docs.eternalcode.pl/ |
8 | | - |
9 | | -**How to run the docs** |
10 | | - |
11 | | -To run the docs, follow these steps: |
12 | | - |
13 | | -1. Install dependencies: `pnpm install` |
14 | | -2. Run the docs in development mode: `pnpm run docs:dev` |
15 | | -3. Build the docs: `pnpm run docs:build` |
16 | | -4. Serve the docs: `pnpm run docs:serve` |
17 | | - |
18 | | -The docs will be served on http://localhost:3000. (Or another port if this one is already in use) |
19 | | - |
20 | | -**Scripts** |
21 | | - |
22 | | -The project contains the following scripts: |
23 | | - |
24 | | -* `docs:dev`: Runs the docs in development mode. |
25 | | -* `docs:build`: Compiles the docs to a static web page. |
26 | | -* `docs:preview`: Runs the docs in preview mode. |
27 | | -* `docs:serve`: Serves the docs in server mode. |
28 | | -* `lint:js`: Lints code using ESLint. |
29 | | -* `lint:prettier`: Lints code using Prettier. |
30 | | -* `lint`: Lints code using ESLint and Prettier. |
31 | | -* `lintfix`: Lints and fixes code using ESLint and Prettier. |
32 | | - |
33 | | -**Technologies** |
34 | | - |
35 | | -The project uses the following technologies: |
36 | | - |
37 | | -* Vue.js: A JavaScript framework for building user interfaces |
38 | | -* VitePress: Vue.js documentation generator |
39 | | -* Vite: A tool for building and developing Vue.js apps |
40 | | -* ESLint: A tool for linting JavaScript code |
41 | | -* Prettier: A tool for formatting JavaScript code |
| 1 | +> [!WARNING] |
| 2 | +> We’ve moved the documentation to: |
| 3 | +> 🔗 [https://github.com/EternalCodeTeam/website](https://github.com/EternalCodeTeam/website) |
0 commit comments