Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cailloufanboy4345 authored Jul 6, 2024
1 parent cb3639f commit df6140d
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# Chocolate Online
an goanimators website to thoose who want the safe verison of chocolate online.
Wrapper
This is a Goanimate Legacy Video Maker Remake built in [Node.js](https://nodejs.org/)

# Server
If you want to edit the Asset Server, then click [here](https://github.com/2Epik4u/Wrapper-Online-Assets).

# Start
To access this service, install [Node.JS](https://nodejs.org/en/) then clone/download this project. Once done, unzip the folder, copy the path, and execute the following commands in your command prompt (where `{PATH}` is the folder path you copied):
```console
cd "{PATH}\Wrapper-Online"
npm start
```

# Host On Evennode
1. make a account
2. make a node.js evennode
3. open command prompt on your main pc (NOT EVENNODE) and run this command ``ssh-keygen -t rsa -C "your_email@example.com"``
4. go on the folder you saved it in and open the .PUB file
5. Copy everything inside the file
6. go on evennode, click account settings and paste the file on the public keys for git box and click save.
7. go back to your evennode app and go on the info tab
8. copy the Repository in Git deployment tab.
9. open cmd again and do cd desktop then git clone PASTEREPOHERE
10. get your lvm clone and copy all the files and paste it in the repo folder on your desktop with random letters.
11. go on cmd AGAIN and cd to the folder directory
12. download github desktop at https://desktop.github.com/
13. commit the changes and publish branch

# Host on VPS/ Own pc
if you want to host it on your own pc then simply clone or download this repo.
Then open cmd then cd to the folder
then do npm install the npm start


0 comments on commit df6140d

Please sign in to comment.