-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
195 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Callout } from 'nextra/components' | ||
|
||
export const UnderConstruction = () => ( | ||
<Callout type='info'>Our docs are always improving. Expect more information coming to this page soon!<br></br> | ||
<Callout type='info'>This docs page is under construction. Expect more information coming to this page soon!<br></br> | ||
If you have questions, please ask them in our <u><a href="https://discord.gg/nwXFvtJ92g">Discord server</a></u> and we'll answer them promptly! 😊</Callout> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: 'Create a New Project' | ||
--- | ||
|
||
import { UnderConstruction } from '~/components/under-construction' | ||
import NewProj from './newproj.png' | ||
import postcreate from './post-create.png' | ||
import { Image } from '~/components/image' | ||
|
||
# Create a New Project | ||
|
||
After registering for Dreamlab, click the "Create" tab then select "Create a Project". | ||
You will see a dialogue that looks like this: | ||
|
||
<Image src={NewProj} /> | ||
|
||
Select the "Dreamlab Tutorial" project, then click "Create Project". After clicking that, you will be redirected to the project's page. | ||
|
||
<Image src={postcreate} /> | ||
|
||
Click on the big orange "Edit World" button and the Dreamlab editor will launch! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
--- | ||
title: 'Commit your changes to version control' | ||
title: 'Commit Your Changes' | ||
--- | ||
|
||
import { UnderConstruction } from '~/components/under-construction' | ||
import commit from './commit.png' | ||
import { Image } from '~/components/image' | ||
|
||
# Commit your changes | ||
|
||
Once you're done, go over to the source control tab. | ||
|
||
<Image src={commit} /> | ||
|
||
Then, press "Stage All" to stage all your files, enter a commit message, and press "Commit"! | ||
|
||
P.S. You will find something on this source control page to help you get credit for completing this tutorial. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes