Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Khlebnikov committed Sep 10, 2023
1 parent 4d08b79 commit af12210
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Content v2 Minimal Starter
<div align="center">
<img alt="Logo" src="https://raw.githubusercontent.com/silpil/silpil.com/master/public/logo.png" width="100" />
</div>
<h1 align="center">
silpil.com
</h1>
<p align="center">
My personal website. Built with <a href="https://nuxt.com/" target="_blank">Nuxt</a>, <a href="https://jamstack.org/" target="_blank">Jamstack</a>, <a href="https://content.nuxtjs.org/" target="_blank">Nuxt Content</a>. Deployed via <a href="https://caprover.com/" target="_blank">Caprover</a>, styled with <a href="https://tailwindcss.com/" target="_blank">Tailwind</a> and <a href="https://unocss.dev/" target="_blank">UnoCSS</a>, using UI&nbsp;Components from <a href="https://merakiui.com/">MerakiUI</a> and <a href="https://preline.co/">Preline</a>.
</p>

Look at the [Content documentation](https://content-v2.nuxtjs.org/) to learn more.

## Setup
## 🔧 Setup

Make sure to install the dependencies:

Expand All @@ -17,20 +24,20 @@ npm install
pnpm install
```

## Development Server
## 💻 Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production
## 🚀 Production

Build the application for production:

```bash
npm run build
npm run generate
```

Locally preview production build:
Expand All @@ -39,4 +46,7 @@ Locally preview production build:
npm run preview
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.
## 🐳 Docker with CapRover

The project has a `Dockerfile` for creating an application image, deployable with CapRover.

0 comments on commit af12210

Please sign in to comment.