Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilk-027/code-pen-clone
A simple coding platform for HTML-CSS-JS.
https://github.com/sahilk-027/code-pen-clone
codepen editor
Last synced: 3 days ago
JSON representation
A simple coding platform for HTML-CSS-JS.
- Host: GitHub
- URL: https://github.com/sahilk-027/code-pen-clone
- Owner: SahilK-027
- Created: 2023-04-24T13:48:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-02T14:17:25.000Z (over 1 year ago)
- Last Synced: 2025-01-01T09:34:52.835Z (7 days ago)
- Topics: codepen, editor
- Language: JavaScript
- Homepage: https://script-smith.vercel.app/
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScriptSmith
Simple coding platform for HTML CSS and JS## 🔗 Link
- [Live](https://script-smith.vercel.app/)## Setup
Download Node.js. Run this followed commands:
```bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:3000
npm start
```### Made with 💜 by [SahilK-027](https://github.com/SahilK-027)