Skip to content

Commit

Permalink
[site,#420][l]: move vault to content and site to root
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilcodes committed Apr 6, 2023
1 parent 4ffd0a2 commit 63b9a38
Show file tree
Hide file tree
Showing 3,780 changed files with 14,326 additions and 144 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
43 changes: 41 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
.obsidian
sandbox
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
**/.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
*.env

# vercel
.vercel


# Contentlayer
.contentlayer

.obsidian
sandbox
41 changes: 34 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,39 @@
Welcome to the Life Itself primary repo. This repo powers the next generation website and especially our digital notebook/garden.
lifeitself.org website using Flowershow and NextJS.

Two main parts:
## Layout

`vault/` most of the content including digital notebook/garden (recommending editing in obsidian)
```
flowershow # standard flowershow template app installed
content # content for the site
```

`site/` flowershow and nextjs based webapp that creates the life itself website (mainly using content from vault!)
## Working on the site locally

You may also want to visit the [issues section »][issues] or check out the [discussions in the forum][forum].
### Make sure you have node installed

[issues]: https://github.com/life-itself/community/issues
[forum]: https://github.com/life-itself/community/discussions
- Open terminal
- See if you have node
```bash
# this result in a node prompt
# if command not found then you do not have node
node
# check version >= 16
node --version
```
- If you do not have node do: `brew install node`

### Install dependencies

In the `site` folder (this folder)

```
npm install
```

### Run the development server

```
npm run dev
```

You can then open the development server at http://localhost:3000
Empty file removed assets/tao/icon-color-logo.png_.md
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 63b9a38

Please sign in to comment.