https://github.com/andrewmcodes-archive/self_hosted_webfonts_demo
https://github.com/andrewmcodes-archive/self_hosted_webfonts_demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/self_hosted_webfonts_demo
- Owner: andrewmcodes-archive
- Created: 2020-05-01T07:39:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T08:33:59.000Z (about 5 years ago)
- Last Synced: 2025-01-01T06:22:18.516Z (5 months ago)
- Language: Ruby
- Size: 983 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Prerequisites
- Ruby `2.6.6`
- Rails `6.0.2.2`
- Node `>12`
- Yarn### Check out the repository
```bash
git clone [email protected]:andrewmcodes/self_hosted_webfonts_demo.git
```## Run the setup command
```bash
bin/setup
```## Start the Rails server
You can start the rails server using the command given below.
```ruby
bundle exec rails s
```And now you can visit the site with the URL http://localhost:3000