Skip to content

Commit

Permalink
chore: remove server related files and details
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalen committed Oct 2, 2023
1 parent 4c937d5 commit 1e31c34
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 491 deletions.
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div align="center">
<h3 style="color: white;"> ⚠️ Temporary Limited Interaction Notice ⚠️</h3>
(Please check <a href="https://github.com/jvalen/pixel-art-react#contributing">Contributing</a>)
Expand Down Expand Up @@ -71,22 +70,10 @@ npm run development

## Deploy

Create the final build and run the generated React HTML on the server using SSR.
Create the production build.

```bash
npm run deploy

npm run server
```

A `config.json` is needed for deployment with the express key. For example:

```json
{
"dev": {
"EXPRESS_SESSION_SECRET": "1234"
}
}
```

## Lint
Expand Down
Loading

0 comments on commit 1e31c34

Please sign in to comment.