Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashkyd/skylinestimes
The source code for the website skylinestimes.com
https://github.com/ashkyd/skylinestimes
Last synced: about 1 month ago
JSON representation
The source code for the website skylinestimes.com
- Host: GitHub
- URL: https://github.com/ashkyd/skylinestimes
- Owner: AshKyd
- Created: 2020-04-29T13:53:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T12:30:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T19:25:04.630Z (8 months ago)
- Language: Nunjucks
- Homepage: https://skylinestimes.com
- Size: 1.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skylinestimes
This is the source code for the skylinestimes.com website.
Skylines Times uses [Eleventy](https://www.11ty.dev/) to build the site, and [Parcel](parceljs.org/) to build the CSS & Javascript.
## Contributing
Contributions are welcome, providing you adhere to our [Code of Conduct](https://skylinestimes.com/code-of-conduct/).If you want to post an article, you can either:
* email it through to [[email protected]](mailto:[email protected])
* or if you're techy enough make a pull request directly into this repo. You can see examples of posts in the [src/site/posts](https://github.com/AshKyd/skylinestimes/tree/master/src/site/posts) folder.If you want to be a regular contributor I can give you access to the admin panel where you can create & preview drafts in the editor.
## Developing
*Prerequisites:*
1. install [nodejs](https://nodejs.org/en/)
2. check out this repo*To start a development environment:*
3. from the command line, run `npm install`
4. In two separate command windows run:
* `npm run start-server`
* `npm run start-assets`This will start Eleventy and Parcel, respectively. You should now be able to visit [https://localhost:8080](https://localhost:8080) and see your development version of the site.
## Roadmap
This is mostly a learning project, but let me know if you like it and wanna help out!