|
| 1 | +<p align="center"> |
| 2 | + <a href="" rel="noopener"> |
| 3 | + <img src="https://i.imgur.com/AZ2iWek.png" alt="Project logo"></a> |
| 4 | +</p> |
| 5 | +<h3 align="center">Svelte Docs</h3> |
| 6 | + |
| 7 | +<div align="center"> |
| 8 | + |
| 9 | +[](http://hackathon.url.com) |
| 10 | +[](LICENSE.md) |
| 11 | + |
| 12 | +</div> |
| 13 | + |
| 14 | + |
| 15 | +<p align="center">Svelte Docs |
| 16 | + |
| 17 | +> This is Svelte app template for generating documentation site using Markdown files. |
| 18 | + <br> |
| 19 | +</p> |
| 20 | +
|
| 21 | +## 📝 Table of Contents |
| 22 | +- [🚂 How this app works ? <a name = "how"></a>](#-how-this-app-works---) |
| 23 | + - [🖊️ Filename and url <a name="url"/>](#️-filename-and--url-a-nameurl) |
| 24 | + - [⛽ .env <a name="env"/>](#-env-a-nameenv) |
| 25 | +- [💡Develop <a name = "develop"></a>](#develop-) |
| 26 | +- [⛏️ Built With <a name = "tech_stack"></a>](#️-built-with-) |
| 27 | +- [🔷 Additional Guide](#-additional-guide) |
| 28 | +- [✍️ Authors <a name = "authors"></a>](#️-authors-) |
| 29 | +- [🏖️ How to deploy the app <a name="deploy"></a>](#️-how-to-deploy-the-app-) |
| 30 | +- [🎉 Acknowledgments <a name = "acknowledgments"></a>](#-acknowledgments-) |
| 31 | + |
| 32 | +# 🚂 How this app works ? <a name = "how"></a> |
| 33 | +There is `docs` folder under the `src/routes/`, this is where need to place the .md / .svx files, which is treated as page in your app. |
| 34 | + |
| 35 | +## 🖊️ Filename and url <a name="url"/> |
| 36 | +The `file name` should not include `white space`, files name used for url.Since url doesn't allow spaces, we have to use something like, `installation-guide` where whitespace required. |
| 37 | +## ⛽ .env <a name="env"/> |
| 38 | +Please update .env with your settings. |
| 39 | +# 💡Develop <a name = "develop"></a> |
| 40 | + |
| 41 | +For developing and make changes to this project, you need to install [Nodejs](https://nodejs.org/en/), [Svelt](https://svelte.dev/) JavaScript Framework. |
| 42 | + |
| 43 | +Fork the repository or download the project to a local machine. Then `run yarn install` for dependency setup ( from the root directory). |
| 44 | + |
| 45 | +Now let's start the development server and modify: |
| 46 | + |
| 47 | +```bash |
| 48 | +npm run dev |
| 49 | +# or start the server and open the app in a new browser tab |
| 50 | +npm run dev -- --open |
| 51 | +``` |
| 52 | +# ⛏️ Built With <a name = "tech_stack"></a> |
| 53 | + |
| 54 | +- [Svelte](https://svelte.dev/) - Web Framework |
| 55 | +- [NodeJs](https://nodejs.org/en/) - Server Environment |
| 56 | +- [MDSVEX](https://mdsvex.com/) - Markdown Preprocessor for Svelte |
| 57 | +- [Tailwind CSS](https://tailwindcss.com/) - CSS Framework |
| 58 | + |
| 59 | +# 🔷 Additional Guide |
| 60 | + |
| 61 | + [Learn Svelte Programming - from scratch ](http://javascriptsu.wordpress.com/tag/svelte) |
| 62 | + |
| 63 | +# ✍️ Authors <a name = "authors"></a> |
| 64 | + |
| 65 | +- [@devmnj](https://github.com/devmnj) - Idea & Initial work |
| 66 | + |
| 67 | +# 🏖️ How to deploy the app <a name="deploy"></a> |
| 68 | +# 🎉 Acknowledgments <a name = "acknowledgments"></a> |
| 69 | + |
| 70 | +- The work is impossible without MDSVEX and Svelte. |
| 71 | + |
0 commit comments