Skip to content

Commit

Permalink
Clean project, adjust language, encourage contribs
Browse files Browse the repository at this point in the history
  • Loading branch information
loganrios committed May 13, 2022
1 parent 818b7b2 commit 1fcc361
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 398 deletions.
3 changes: 3 additions & 0 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ Things that I will probably eventually do (someday):
- [ ] Get boilerplate for a GraphQL or REST backend loaded
- [ ] Steal Fulcro's ideas

* Contributing
Any and all Pull Requests and Issues are welcome--I want this template to be as robust and useful as possible for both my own company and fellow =#cljsrn= devotees.

* Acknowledgements
Most of this template is just a compilation from various sources, all of whom deserve more credit than I do for their genius. Credit where credit is due--I couldn't have made my dream stack work without help from all these folks:
+ Vouch.io (both Krell and the example projects)
Expand Down
2 changes: 1 addition & 1 deletion src/ksapp/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(defn hello []
[rn/view {:style {:flex 1 :align-items "center" :justify-content "center"}}
[rn/text {:style {:font-size 50}} "fkng why"]])
[rn/text {:style {:font-size 50}} "Krell has arrived!"]])

(defn ^:export -main [& args]
(r/as-element [hello]))
50 changes: 0 additions & 50 deletions src/stories/Button.jsx

This file was deleted.

40 changes: 0 additions & 40 deletions src/stories/Button.stories.jsx

This file was deleted.

57 changes: 0 additions & 57 deletions src/stories/Header.jsx

This file was deleted.

24 changes: 0 additions & 24 deletions src/stories/Header.stories.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/stories/Meme.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import {View, Text} from 'react-native';

const Meme = () => {
return <View><Text>Meme Alert!</Text></View>;
return <View><Text>Storybook has arrived!</Text></View>;
};

export default Meme;
69 changes: 0 additions & 69 deletions src/stories/Page.jsx

This file was deleted.

25 changes: 0 additions & 25 deletions src/stories/Page.stories.jsx

This file was deleted.

30 changes: 0 additions & 30 deletions src/stories/button.css

This file was deleted.

32 changes: 0 additions & 32 deletions src/stories/header.css

This file was deleted.

Loading

0 comments on commit 1fcc361

Please sign in to comment.