Skip to content

Commit

Permalink
Imported the directory structure from egg trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratstail91 committed Aug 21, 2021
1 parent f415a7e commit a0dbe0a
Show file tree
Hide file tree
Showing 41 changed files with 1,046 additions and 624 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ To set up this template in development mode:

- Full documentation
- Modding tutorials
- Fully Featured News Blog (as a microservice)
- Individual pages for news articles

# Coming Eventually

Expand All @@ -86,7 +88,6 @@ To set up this template in development mode:
- Private messaging
- Broadcasting to all channels
- Badges next to usernames
- Better compression for client files
- Backend for leaderboards (modding tutorial?)
- Backend for energy systems (modding tutorial?)
- Backend for items, shops, trading and currency
- Backend for items, shops, trading and currency (modding tutorial?)
4 changes: 2 additions & 2 deletions client/client.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import 'regenerator-runtime/runtime';
import React from 'react';
import ReactDOM from 'react-dom';

import App from './components/app';
import TokenProvider from './components/utilities/token-provider';
import App from './pages/app';
import TokenProvider from './pages/utilities/token-provider';

ReactDOM.render(
<TokenProvider>
Expand Down
49 changes: 0 additions & 49 deletions client/components/app.jsx

This file was deleted.

32 changes: 0 additions & 32 deletions client/components/pages/admin.jsx

This file was deleted.

14 changes: 0 additions & 14 deletions client/components/pages/homepage.jsx

This file was deleted.

27 changes: 0 additions & 27 deletions client/components/pages/mod.jsx

This file was deleted.

11 changes: 0 additions & 11 deletions client/components/pages/not-found.jsx

This file was deleted.

67 changes: 0 additions & 67 deletions client/components/panels/chat-reports.jsx

This file was deleted.

12 changes: 0 additions & 12 deletions client/components/panels/footer.jsx

This file was deleted.

78 changes: 0 additions & 78 deletions client/components/panels/header.jsx

This file was deleted.

8 changes: 6 additions & 2 deletions client/markdown/credits.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Credits
<header>
<h1 class="text centered">Credits</h1>
</header>

MERN Template developed by Kayne Ruse, KR Game Studios
## MERN-template

The MERN-template developed by Kayne Ruse, KR Game Studios

[https://github.com/krgamestudios/MERN-template](https://github.com/krgamestudios/MERN-template)

4 changes: 3 additions & 1 deletion client/markdown/privacy-policy.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Privacy Policy
<header>
<h1 class="text centered">Privacy Policy</h1>
</header>

Loading

0 comments on commit a0dbe0a

Please sign in to comment.