Skip to content

Commit

Permalink
Remove old website (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Jan 17, 2024
1 parent 55752ef commit 50fdd73
Show file tree
Hide file tree
Showing 90 changed files with 1 addition and 3,826 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ node_modules

packages/*/dist
examples/*/cosmos-export
website/dist

**/__testFs__/**
coverage
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ lerna.json
package.json
packages/*/dist
testMocks
website/dist
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"workspaces": [
"packages/*",
"examples/*",
"website",
"docs"
],
"repository": "https://github.com/react-cosmos/react-cosmos",
Expand All @@ -25,8 +24,6 @@
"build:clear": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./scripts/clearBuild.ts",
"build": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./scripts/build.ts",
"demo:build": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./scripts/buildDemo.ts",
"website:build": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./scripts/buildWebsite.ts",
"website:serve": "http-server -p 5001 ./website/dist",
"release:check": "yarn build:clear && yarn build && yarn src && yarn lint && yarn dist && yarn test:unit",
"release": "yarn release:check && yarn lerna publish -m \"[skip ci] %s\"",
"release:next": "yarn release:check && yarn lerna publish --dist-tag=next --exact -m \"[skip ci] %s\""
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Please see our [CONTRIBUTING.md](/CONTRIBUTING.md).

Visit [reactcosmos.org/demo/](https://reactcosmos.org/demo/) for a live demo of React Cosmos.

[![React Cosmos](/website/static/screenshot.png)](https://reactcosmos.org/demo/)
[![React Cosmos](/docs/public/demo.png)](https://reactcosmos.org/demo/)
92 changes: 0 additions & 92 deletions scripts/buildWebsite.ts

This file was deleted.

1 change: 0 additions & 1 deletion scripts/remove-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ rm -rf node_modules
rm -rf packages/*/node_modules
rm -rf examples/*/node_modules
rm -rf docs/node_modules
rm -rf website/node_modules
3 changes: 0 additions & 3 deletions website/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions website/cosmos.config.json

This file was deleted.

18 changes: 0 additions & 18 deletions website/package.json

This file was deleted.

166 changes: 0 additions & 166 deletions website/src/About.tsx

This file was deleted.

Loading

0 comments on commit 50fdd73

Please sign in to comment.