Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
feat: v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zacanger committed Jan 3, 2021
1 parent e53251a commit d7d6c40
Show file tree
Hide file tree
Showing 119 changed files with 999 additions and 46,422 deletions.
48 changes: 0 additions & 48 deletions .eslintrc.json

This file was deleted.

7 changes: 1 addition & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
Contributions are welcome!

* Please make sure you fill out the issue or PR template accurately.
* If submitting a PR, please make sure you've run the tests with `npm t`.
* Please use the current latest `npm` and install with `npm ci`
(unless you're intending to modify dependencies).
* This project requires Docker and Docker Compose, and uses TypeScript and
ESLint. If your editor is set up with TypeScript and ESLint support, it will
make things much easier.
* If submitting a PR, please make sure you've tested in common browsers.
* Follow the [Rust Code of
Conduct](https://www.rust-lang.org/policies/code-of-conduct).
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ assignees: ''

**Screenshots if applicable**

**Environment info if applicable** (browser, Node version, etc.)
**Environment info if applicable**
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ where 0 is the issue number -->

# Checklist

* [ ] Added tests / did not decrease code coverage
* [ ] Tested in supported environments (common browsers or current and LTS Node)
* [ ] Tested in supported environments (common browsers)
22 changes: 0 additions & 22 deletions .github/workflows/build.yml

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion .prettierrc.js

This file was deleted.

File renamed without changes.
31 changes: 6 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# marxist.space

[![Build Status](https://github.com/prolesoft/marxist.space/workflows/build/badge.svg)](https://github.com/prolesoft/marxist.space/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/af5ebb6ca8951512bec3/maintainability)](https://codeclimate.com/github/prolesoft/marxist.space/maintainability)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)

A [ProleSoft](https://prolesoft.github.io) project.

## Adding Resources
Expand Down Expand Up @@ -38,37 +34,22 @@ resources: # this line is already there, needs to stay at the top
## Developing
Prerequisites: Node LTS or Latest and npm
Run a local web server and open in the browser. For example, `npx luvi` or
`serve-static` would work.

```shell
git clone [email protected]:prolesoft/marxist.space.git
cd marxist.space
npm run install-all
npm start
# run your prefered local development server
```

Go to <http://localhost:3000>

## Releasing

* First, make sure your changes are good. You can run `npm t` in the project
root to just run all the tests, or run `npm run build` in project root to run
tests and build for production (important to verify if you're making changes
to the build setup or dependencies).
* Merge to master, or commit to master, and the project will be built and
deployed automatically by a GitHub Action. For code changes, please `npm
version LEVEL` and `git push origin master --follow -tags`, where `LEVEL` is
one of `patch|minor|major`.
* Merge or push changes, that's it! If making real code changes, please tag
appropriately using `npm version`. `npm version` will also check the db.yml
file for errors, and will fail if you haven't run `npm ci` yet.

## Contributing

See [CONTRIBUTING](./.github/CONTRIBUTING.md) and the
[open issues](https://github.com/prolesoft/marxist.space/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).

## Credits and Tech

Built with [React](https://reactjs.org/),
[TypeScript](https://www.typescriptlang.org/),
and [Lowdb](https://github.com/typicode/lowdb).
A portion of the front-end code is copy-pasted from
[Asperitas](https://github.com/d11z/asperitas) (MIT licensed).
File renamed without changes
File renamed without changes
File renamed without changes
49 changes: 0 additions & 49 deletions config/env.js

This file was deleted.

8 changes: 0 additions & 8 deletions config/jest/setup.js

This file was deleted.

76 changes: 0 additions & 76 deletions config/paths.js

This file was deleted.

41 changes: 0 additions & 41 deletions config/webpack-dev-server.config.js

This file was deleted.

Loading

0 comments on commit d7d6c40

Please sign in to comment.