Skip to content

Commit

Permalink
more info to readme / removed @info
Browse files Browse the repository at this point in the history
  • Loading branch information
cecoeco committed Oct 27, 2024
1 parent ef6b615 commit 9227da9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ use this command in the Julia REPL:
```julia
using Pkg; Pkg.add("Readability")
```

## Web App

The `Readability.jl` package can be used without ever having to program via a [web application](https://readability-jl.onrender.com) written in [`React.js`](https://react.dev/) and [`Oxygen.jl`](https://github.com/OxygenFramework/Oxygen.jl)

![Web App GIF](web-application.gif)
5 changes: 0 additions & 5 deletions app/src-oxygen/index.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,12 @@ function build_reactjs(; build_directory::String)::Nothing
end

if Base.Filesystem.isdir(build_directory)
Base.CoreLogging.@info "Removing existing build directory..."
Base.Filesystem.rm(build_directory; force=true, recursive=true)
end

Base.CoreLogging.@info "Building frontend..."

Base.run(`$(NodeJS.npm_cmd()) install`)
Base.run(`$(NodeJS.npm_cmd()) run build`)

Base.CoreLogging.@info "Finished building frontend"

return nothing
end

Expand Down
Binary file added web-application.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9227da9

Please sign in to comment.