OurVerse Website
Go to file
2023-07-13 15:02:24 +03:00
.github/workflows Update tf_update.yml 2023-02-22 13:03:47 +02:00
content merge and docs 2023-07-13 15:02:24 +03:00
css update images 2022-08-11 19:11:27 +02:00
static/images remove static dir from template 2022-08-11 12:49:41 +03:00
templates merge and docs 2023-07-13 15:02:24 +03:00
.gitignore Update .gitignore 2023-01-02 12:51:49 +02:00
.gitpod.yml initial commit 2022-08-11 12:27:46 +03:00
build.sh merge and docs 2023-07-13 14:42:06 +03:00
config.toml merge and docs 2023-07-13 14:42:06 +03:00
develop_dontuse.sh merge and docs 2023-07-13 14:42:06 +03:00
getContent.ts easier example 2022-07-23 10:09:10 +02:00
initcss.js easier example 2022-07-23 10:09:10 +02:00
LICENSE Initial commit 2022-07-20 10:35:14 -07:00
package.json easier example 2022-07-23 10:09:10 +02:00
postcss.config.js easier example 2022-07-23 10:09:10 +02:00
README.md Update README.md 2023-05-12 19:38:40 +02:00
start.sh update 2022-08-11 16:01:47 +02:00
tailwind.config.js initial commit 2022-08-11 12:27:46 +03:00
tailwindcss merge and docs 2023-07-13 14:42:06 +03:00
tsconfig.json easier example 2022-07-23 10:09:10 +02:00
vercel.json initial commit 2022-08-11 12:27:46 +03:00

OurVerse Website

https://ourverse.tf/

howto use

Information how to use the framework see https://github.com/threefoldfoundation/www_threefold_io#readme

Last Updated: February 2022

Contribution

Feel free to create a new issue to report an error on the website, or if you have any suggestions on website improvements.

Administrators

ThreeFold's Web Admins

Direct Contribution Procedure

readme

It is highly important to follow this procedure to contribute to the website content.
WARNING: DO NOT commit straight into master / development branch.

  1. Create an Issue Feel free to create a new issue to report an error on the website, or if you have any suggestions on website improvements.

  2. Make your own branch from 'development' branch. by creating a new branch from 'Master' you will be provided with the latest copy of the live website content.

  3. Add your edits into your own branch via code editor locally, and push your local changes online. WARNING: DO NOT add your edits straight into master / development branch.

  4. Create a PR to merge your own branch into 'development', and assign one of ThreeFold's Web Admins on your PR as reviewer, or assign @sasha-astiadi as reviewer.

  5. When PR is approved, you can see your changes on staging env on www2.threefold.io (development branch)

  6. Admin will then create a PR to merge 'development' into into 'master' (production branch)

  7. When PR is approved, you can see your changes live on production (master branch).