Discuss Scratch

DylanSearch
Scratcher
50 posts

Does anyone have a preview of the Scratch 3.0 pages?

Does anyone have a link or the source for a Scratch 3.0 page like the homepage, search, project or account pages?
If you do, please reply.
Scratch Team, this is aimed at YOU! YOU! YOU! Please help me. I'm a web developer. See my page at dylan.global.
Sheep_maker
Scratcher
1000+ posts

Does anyone have a preview of the Scratch 3.0 pages?

Here's an old screenshot I made on July 1st.

They've added comments since then, and they've probably changed a few other things as well.

The redesigned website is open-sourced here.

Last edited by Sheep_maker (Dec. 20, 2018 17:22:47)

dominic305
Scratcher
500+ posts

Does anyone have a preview of the Scratch 3.0 pages?

Sheep_maker wrote:

Here's an old screenshot I made on July 1st.

They've added comments since then, and they've probably changed a few other things as well.

The redesigned website is open-sourced here.
woah
dominic305
Scratcher
500+ posts

Does anyone have a preview of the Scratch 3.0 pages?

Sheep_maker wrote:

Here's an old screenshot I made on July 1st.

They've added comments since then, and they've probably changed a few other things as well.

The redesigned website is open-sourced here.

Will it say the actual amount of views instead of “100+” or “1000+”?
DylanSearch
Scratcher
50 posts

Does anyone have a preview of the Scratch 3.0 pages?

Sheep_maker wrote:

Here's an old screenshot I made on July 1st.
They've added comments since then, and they've probably changed a few other things as well.
The redesigned website is open-sourced here.
Which file is it so I can open it?
Sheep_maker
Scratcher
1000+ posts

Does anyone have a preview of the Scratch 3.0 pages?

dominic305 wrote:

Will it say the actual amount of views instead of “100+” or “1000+”?
No, I don't think so; I think this was an intentional change.

DylanSearch wrote:

Sheep_maker wrote:

Here's an old screenshot I made on July 1st.
They've added comments since then, and they've probably changed a few other things as well.
The redesigned website is open-sourced here.
Which file is it so I can open it?
Here are the instructions for running it.

I ran the following commands in Git Bash with Node and this package installed (I had trouble following the instructions they gave):
git clone https://github.com/LLK/scratch-www.git
cd scratch-www
npm install
npm run build
./bin/get-localized-urls localized-urls.json
./bin/build-locales node_modules/scratchr2_translations/www/translations intl
FALLBACK=https://scratch.mit.edu node ./dev-server/index.js
Then I went to http://localhost:8333
DylanSearch
Scratcher
50 posts

Does anyone have a preview of the Scratch 3.0 pages?

Thanks.
dominic305
Scratcher
500+ posts

Does anyone have a preview of the Scratch 3.0 pages?

This thread should be locked now, 3.0 is out
Sheep_maker
Scratcher
1000+ posts

Does anyone have a preview of the Scratch 3.0 pages?

dominic305 wrote:

This thread should be locked now, 3.0 is out
No, there's still other pages to be redesigned

Powered by DjangoBB