|
1 | | -# Nuxt SaaS Template |
| 1 | +# TechWatching.dev |
2 | 2 |
|
3 | | -[](https://ui.nuxt.com) |
| 3 | +This is the code and content for my personal website https://techwatching.dev. |
| 4 | +The website is built using [Nuxt](https://nuxt.com/) and is based on the [Nuxt SaaS template](https://github.com/nuxt-ui-templates/saas). |
4 | 5 |
|
5 | | -Fully built SaaS application to launch your next project with a landing page, a pricing page, a documentation and a blog powered by [Nuxt UI](https://ui.nuxt.com) components. |
| 6 | +## License |
6 | 7 |
|
7 | | -- [Live demo](https://saas-template.nuxt.dev/) |
8 | | -- [Documentation](https://ui.nuxt.com/docs/getting-started/installation/nuxt) |
| 8 | +The code is licensed under MIT. My words and original images are licensed under CC-BY-SA-4.0. |
| 9 | +Images used on this blog that are my not my own mostly come Unsplash and in particular this [collection](https://unsplash.com/fr/collections/4349161/blog). A big thanks to the authors of these pictures, don't hesitate to go to the [collection](https://unsplash.com/fr/collections/4349161/blog) to get their names and ave a look at their work. |
9 | 10 |
|
10 | | -<a href="https://saas-template.nuxt.dev/" target="_blank"> |
11 | | - <picture> |
12 | | - <source media="(prefers-color-scheme: dark)" srcset="https://ui.nuxt.com/assets/templates/nuxt/saas-dark.png"> |
13 | | - <source media="(prefers-color-scheme: light)" srcset="https://ui.nuxt.com/assets/templates/nuxt/saas-light.png"> |
14 | | - <img alt="Nuxt SaaS Template" src="https://ui.nuxt.com/assets/templates/nuxt/saas-light.png"> |
15 | | - </picture> |
16 | | -</a> |
| 11 | +## History of this project |
17 | 12 |
|
18 | | -## Quick Start |
19 | | - |
20 | | -```bash [Terminal] |
21 | | -npm create nuxt@latest -- -t github:nuxt-ui-templates/saas |
22 | | -``` |
23 | | - |
24 | | -## Deploy your own |
25 | | - |
26 | | -[](https://vercel.com/new/clone?repository-name=saas&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fsaas&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fsaas-dark.png&demo-url=https%3A%2F%2Fsaas-template.nuxt.dev%2F&demo-title=Nuxt%20SaaS%20Template&demo-description=A%20SaaS%20template%20with%20landing%2C%20pricing%2C%20docs%20and%20blog%20powered%20by%20Nuxt%20Content.) |
27 | | - |
28 | | -## Setup |
29 | | - |
30 | | -Make sure to install the dependencies: |
31 | | - |
32 | | -```bash |
33 | | -pnpm install |
34 | | -``` |
35 | | - |
36 | | -## Development Server |
37 | | - |
38 | | -Start the development server on `http://localhost:3000`: |
39 | | - |
40 | | -```bash |
41 | | -pnpm dev |
42 | | -``` |
43 | | - |
44 | | -## Production |
45 | | - |
46 | | -Build the application for production: |
47 | | - |
48 | | -```bash |
49 | | -pnpm build |
50 | | -``` |
51 | | - |
52 | | -Locally preview production build: |
53 | | - |
54 | | -```bash |
55 | | -pnpm preview |
56 | | -``` |
57 | | - |
58 | | -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. |
59 | | - |
60 | | -## Renovate integration |
61 | | - |
62 | | -Install [Renovate GitHub app](https://github.com/apps/renovate/installations/select_target) on your repository and you are good to go. |
| 13 | +My original blog was built in .NET using [Statiq](https://www.statiq.dev/web) (and even [Wyam](https://github.com/Wyamio/Wyam) before that). |
| 14 | +It worked well, and I could have kept using it. But in 2024, I decided to migrate the blog to Nuxt in 2024 to benefits from the Vue.js/Nuxt ecosystem and because I was more familiar with Vue.js for frontend development. |
| 15 | +The code that used the Statiq Web static website generation toolkit in .NET can still be found on the [statiqdev branch](https://github.com/TechWatching/techwatching.dev/tree/statiqdev). |
0 commit comments