Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
- fork grid maker to standalone
- improve speed and real time editing
  • Loading branch information
RELNO committed Apr 19, 2024
1 parent fe4fae0 commit 65389da
Show file tree
Hide file tree
Showing 23 changed files with 22,743 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
.prettierrc
cityio_local.sh
# env
.env
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# CS_cityscopeJS_grid_maker
web tool for creating new cityscope projects
# CityScopeJS Grid Maker

This is a tool to create CityScopeJS Grids and projects. It is a web-based tool that allows users to create and edit grids, and upload or export them as JSON files that can be used in CityScopeJS projects.
Loading

0 comments on commit 65389da

Please sign in to comment.