Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eberkund committed Oct 13, 2022
1 parent cccbed4 commit 0e91248
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.DS_Store
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# LCAT

## Developer Setup

```sh
# Install Node.js and Zola
brew install node zola

# Install Bootstrap
npm install

# Start
zola serve
```

0 comments on commit 0e91248

Please sign in to comment.