Skip to content

Commit

Permalink
Remove repo creation from readme (and also allow for a deployment tri…
Browse files Browse the repository at this point in the history
…gger)
  • Loading branch information
othyn committed Nov 18, 2021
1 parent 6ffc284 commit 9de5a12
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,6 @@

Modernised codebase for my website, replacing the old Laravel app. As my design methodology has changed towards containerised microservices living within K8's, the original Laravel repo was monolithic, hard to containerise and maintain. Thus, the extraction of the original semi-static web content with mild VueJS elements that lead itself perfectly to a small NuxtJS site bundled into an equally small container.

## Creating the repo

```bash
$ yarn create nuxt-app othyn.com
...
create-nuxt-app v3.7.1
✨ Generating Nuxt.js project in othyn.com
? Project name: othyn.com
? Programming language: TypeScript
? Package manager: Yarn
? UI framework: None
? Nuxt.js modules: (Press <space> to select, <a> to toggle all, <i> to invert selection)
? Linting tools: ESLint, Prettier
? Testing framework: None
? Rendering mode: Universal (SSR / SSG)
? Deployment target: Server (Node.js hosting)
? Development tools: (Press <space> to select, <a> to toggle all, <i> to invert selection)
? Continuous integration: GitHub Actions (GitHub only)
? What is your GitHub username? othyn
? Version control system: Git
...
```

## Building and running the app locally

```bash
Expand Down

0 comments on commit 9de5a12

Please sign in to comment.