https://github.com/masterkale/very-serious-fax
Not a solemn one
https://github.com/masterkale/very-serious-fax
Last synced: 5 months ago
JSON representation
Not a solemn one
- Host: GitHub
- URL: https://github.com/masterkale/very-serious-fax
- Owner: MasterKale
- Created: 2018-09-15T02:07:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T05:15:03.000Z (over 7 years ago)
- Last Synced: 2025-02-05T13:48:21.883Z (over 1 year ago)
- Language: HTML
- Homepage: https://xenodochial-ritchie-a49322.netlify.com/
- Size: 5.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# very-serious-fax
An A-Frame-powered transmission medium of the future
## Requirements
- Node (v8.12.0)
- Yarn (latest)
Install dependencies with the following command before proceeding:
```sh
$> yarn install
```
## Development
A development liveserver can be launched with a typical `start` command:
```sh
$> yarn start
```
The liveserver will be available at http://localhost:8080/. It will automatically reload whenever it detects changes to the source files.
## Production
A production build of the site can be generated via `build`:
```sh
$> yarn run build
```
The built site files will be contained within the **dist/** folder.