Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylerjw/concept3racing
Concept 3 Racing Website
https://github.com/tylerjw/concept3racing
Last synced: 4 days ago
JSON representation
Concept 3 Racing Website
- Host: GitHub
- URL: https://github.com/tylerjw/concept3racing
- Owner: tylerjw
- Created: 2023-04-22T17:19:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T18:28:06.000Z (over 1 year ago)
- Last Synced: 2025-01-11T11:14:14.166Z (9 days ago)
- Language: HTML
- Homepage: https://www.concept3racing.com/
- Size: 75.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# concept3racing website
## Local Setup / Testing
These instructions are for Ubuntu 22.04.
Install ruby, jekyll, and bundler
```shell
sudo apt-get install ruby-full build-essential zlib1g-dev
echo '# Install Ruby Gems to ~/.local/gems' >> ~/.profile
echo 'export GEM_HOME="$HOME/.local/gems"' >> ~/.profile
echo 'export PATH="$HOME/.local/gems:$PATH"' >> ~/.profile
source ~/.profile
gem install jekyll bundler
bundle install
```Build the website and host locally
```shell
bundle exec jekyll serve --livereload
```Browse to http://localhost:4000
## Other OS Instructions
https://jekyllrb.com/docs/installation/#guides