Skip to content

Commit

Permalink
removed old instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 3, 2022
1 parent 0e3acee commit 26c3848
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@ with the following changes:
### Implementation notes

- The React code is in `/app/` folder.
- Edit `_config.ts` file to change Lume configuration, specially the `bundler`
plugin:
- The `extensions` array indicates the types of files to load.
- The `options` key contains the `Deno.emit()` available options.
[See Deno docs for more info](https://doc.deno.land/builtin/unstable#Deno.emit)
- Edit the `import_map.json` file to add/change dependencies.
- The HTML file is build in `index.tmpl.ts`:
- Imports the `<App>` component and render it.
- Exports a function that returns a string with the html page, including the
React app.

## Getting Started

Expand Down

0 comments on commit 26c3848

Please sign in to comment.