Code Monkey home page Code Monkey logo

Comments (2)

seanpmyers avatar seanpmyers commented on June 2, 2024 1

Hey Denis,

I'll update the documentation with some better "getting started" content.

Overall the front-end is currently under heavy development/changing a lot, so I think I might need some more time before it is a good showcase for Perseus.

So currently this application contains a back-end and a front-end, with only the front-end utilizing perseus and sycamore.

The front-end is located under: ./application/frontend and if you just want to run the front-end with perseus the command should be in that folder's README but it is perseus serve -w. That will use perseus to compile and serve the content.

It may not work though without installing some additional software depending on your host OS. I did not document what I installed when getting it setup so the perseus documentation might be better for that.

The version of perseus I'm currently using is 0.3.6, I think I'll just point to the cargo.toml in the readme though as that is the source of truth for what Rust crates/versions are being used. Both the front-end and back-end have a cargo.toml by the way.

I also just use the latest version of Rust, I will double check but inside the cargo.toml there is an edition field which is currently 2021. Pretty sure that is supposed to tell you what versions of Rust are compatible but I'm honestly not sure.

The front-end is currently undergoing a lot of change as I tinker with it, the current main code's styling is using bootstrap which you would have to download. In the branch I'm currently developing on I removed bootstrap and I'm working on custom styles but haven't fixed a lot of stuff.

But yeah I'll see if I can update my READMEs to convey some of this better.

from loremaster.

denispeplin avatar denispeplin commented on June 2, 2024

The frontend is running fine with 0.3.6, cargo run in application directory emitted the following:

warning: `loremaster` (bin "loremaster") generated 7 warnings
    Finished dev [unoptimized + debuginfo] target(s) in 0.12s
     Running `target/debug/loremaster`
Error: environment variable not found

and refused to start.

So yeah, I'll wait for the instructions.

from loremaster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.