A mirror of https://github.com/neocities/neocities
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
app | 6 months ago | |
ext | 3 years ago | |
files | 3 years ago | |
migrations | 2 years ago | |
models | 1 week ago | |
public | 1 year ago | |
sass | 6 months ago | |
tests | 6 months ago | |
vagrant | 3 years ago | |
views | 6 months ago | |
workers | 1 week ago | |
.gitignore | 3 years ago | |
.travis.yml | 3 years ago | |
Gemfile | 6 months ago | |
Gemfile.lock | 6 months ago | |
LICENSE.txt | 9 years ago | |
README.md | 3 years ago | |
Rakefile | 1 week ago | |
Vagrantfile | 6 years ago | |
app.rb | 6 months ago | |
app_helpers.rb | 1 week ago | |
code-of-conduct.txt | 6 years ago | |
config.ru | 3 years ago | |
config.yml.template | 6 months ago | |
config.yml.travis | 6 months ago | |
environment.rb | 1 year ago | |
puma_config.rb | 1 week ago | |
rainbows_config.rb | 7 years ago |
README.md
NOTE: THIS IS NOT FOR NEOCITIES SUPPORT! Any issues filed not related to the source code itself will be closed. For support please contact: https://neocities.org/contact
Neocities.org
The web site for Neocities! It's open source. Want a feature on the site? Send a pull request!
Getting Started
Neocities can be quickly launched in development mode with Vagrant. Vagrant builds a virtual machine that automatically installs everything you need to run Neocities as a developer. Install Vagrant, then from the command line:
vagrant up --provision
vagrant ssh
bundle exec rackup -o 0.0.0.0
Now you can access the running site from your browser: http://127.0.0.1:9292
Want to contribute?
If you'd like to fix a bug, or make an improvement, or add a new feature, it's easy! Just send us a Pull Request.
- Fork it (http://github.com/YOURUSERNAME/neocities/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request