https://github.com/ethworks/restless-website
https://github.com/ethworks/restless-website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethworks/restless-website
- Owner: EthWorks
- Created: 2020-10-20T13:47:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T07:41:42.000Z (over 5 years ago)
- Last Synced: 2025-06-03T12:04:20.689Z (about 1 year ago)
- Language: HTML
- Size: 106 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restless website
## Installing dependencies
Enter directory restless-website in the shell and run `yarn` to download the dependencies.
```
$ yarn
```
## Running the project
To run the project run:
```
$ gulp
```
To build the project run:
```
$ gulp build
```