-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ONEARMY/master
Merge latest updates
- Loading branch information
Showing
3 changed files
with
53 additions
and
15 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,2 +1,40 @@ | ||
# fashion-academy | ||
Academy for the fashion project | ||
|
||
## Building locally | ||
It isn't particularly well-optimised for external contribution (yet!), but if you really want to try it out: | ||
|
||
### Installation | ||
|
||
1. Install Node | ||
Follow instructions at https://nodejs.org/en/download/ | ||
|
||
2. Install Yarn | ||
Follow instructions at https://yarnpkg.com/lang/en/docs/install | ||
|
||
3. Clone the repo | ||
Either use your favourite git client [client](https://git-scm.com/download/gui) or | ||
`git clone https://github.com/ONEARMY/fixing-fashion-academy.git` | ||
4. Install website dependencies | ||
|
||
``` | ||
cd fixing-fashion-academy/website | ||
yarn install | ||
``` | ||
|
||
### Run locally | ||
|
||
``` | ||
yarn start | ||
``` | ||
|
||
### View local changes | ||
|
||
The above command will automatically start up a local development server with live-reload, and open in a web browser. | ||
Any changes you make should automatically recompile and refresh your browser window | ||
|
||
## Development | ||
|
||
For information on how to develop with docusaurus see: | ||
https://docusaurus.io |
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