Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingitwrong/outsidein.dev
Outside-In Frontend Development site
https://github.com/codingitwrong/outsidein.dev
Last synced: 2 days ago
JSON representation
Outside-In Frontend Development site
- Host: GitHub
- URL: https://github.com/codingitwrong/outsidein.dev
- Owner: CodingItWrong
- Created: 2020-01-18T14:05:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T11:22:18.000Z (8 months ago)
- Last Synced: 2024-06-16T12:35:15.381Z (8 months ago)
- Language: JavaScript
- Homepage: https://outsidein.dev
- Size: 22.3 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
## Credit
[Down arrow icon](https://thenounproject.com/icon/down-arrow-3213803/) by Mega Agustina from the Noun Project.