Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thuyencode/etch-a-sketch
Project: Etch-a-Sketch | The Odin Project
https://github.com/thuyencode/etch-a-sketch
etch-a-sketch theodinproject
Last synced: about 1 month ago
JSON representation
Project: Etch-a-Sketch | The Odin Project
- Host: GitHub
- URL: https://github.com/thuyencode/etch-a-sketch
- Owner: thuyencode
- Created: 2023-11-16T08:18:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T08:27:02.000Z (about 1 year ago)
- Last Synced: 2023-12-23T09:26:27.902Z (about 1 year ago)
- Topics: etch-a-sketch, theodinproject
- Language: TypeScript
- Homepage: https://thuyencode.github.io/etch-a-sketch/
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Etch-a-Sketch
[More detail information here](https://www.theodinproject.com/lessons/foundations-etch-a-sketch).
## Getting started
First, install all the dependencies:
```bash
npm install
# or if you're using Bun
bun install
```To run the dev server:
```bash
npm run dev
# or if you're using Bun
bun dev
```To export and preview the production build:
```bash
npm run build
npm run preview# or if you're using Bun
bun run build
bun preview
```## Assets
- Icons used: Designed by [Remix Icon](https://remixicon.com), through [Iconify](https://iconify.design)
- UI components by [Preline UI](https://preline.co)