Giter Site home page Giter Site logo

Comments (4)

kytta avatar kytta commented on May 29, 2024 1

Of course! If you fork your repository and deploy it to Vercel via a GitHub connection, you won't have to do anything else.

Other than that, the deployment boils down to

yarn  # to install dependencies
yarn build  # to build the website

# serve /dist folder with a static HTTP server

I am planning to change the architecture a bit so that one doesn't need JS to post (see #12), after that the non-Vercel deployment process may change.

Other that that, thank you for pointing out that I didn't include any instructions to self-host it 😅 I'll update the README

from share2fedi.

Tealk avatar Tealk commented on May 29, 2024 1

Thanks for the help, running :D
https://toot.rollenspiel.social/

but i changed the index.html and threw out google

from share2fedi.

Tealk avatar Tealk commented on May 29, 2024

when i try to install it i get the following message:

yarn
yarn install v1.22.5
[1/5] Validating package.json...
error [email protected]: The engine "node" is incompatible with this module. Expected version "^14". Got "12.22.2"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

from share2fedi.

kytta avatar kytta commented on May 29, 2024

Yeah, I have set the supported Node.js version to 14, so that Vercel uses that for building. Meanwhile that's no longer needed. You can try modifying or removing the engines field to suit your version or (recommended) use Node.js v14

from share2fedi.

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.