Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travishorn/inner-citadel
https://github.com/travishorn/inner-citadel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/travishorn/inner-citadel
- Owner: travishorn
- Created: 2024-10-17T20:52:03.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T20:48:13.000Z (3 months ago)
- Last Synced: 2024-10-24T08:38:42.794Z (3 months ago)
- Language: Vue
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inner Citadel
A guide for anyone who wants to live a fulfilling life, find tranquility, and
have a solid plan when facing adversity.Go to https://travishorn.github.io/inner-citadel to see the guide.
## Installation
Make sure you have [git](https://git-scm.com/) and [Node.js](https://nodejs.org)
installed.Clone this repository.
```sh
git clone https://github.com/travishorn/inner-citadel
```Change into the directory.
```sh
cd inner-citadel
```Install the dependencies.
```sh
npm install
```## Development
Run the development server.
```sh
npm run dev
```Create and edit the content of the site using Markdown files in the `content`
directory.## Deployment
Build the site for production
```sh
npm run build
```Deploy the built files in `.vuepress/dist` to your host.
A [GitHub Pages](https://pages.github.com/) workflow is included at
`.github/workflows/deploy.yml`, as well, if you'd like to host it there.## License
The code is licensed under [the MIT
License](https://opensource.org/license/mit).The written content in the `content` directory is licensed under [CC BY-SA
4.0](https://creativecommons.org/licenses/by-sa/4.0/).