https://github.com/erolleddev/figma
Repository created by Bolt to GitHub extension
https://github.com/erolleddev/figma
Last synced: about 1 year ago
JSON representation
Repository created by Bolt to GitHub extension
- Host: GitHub
- URL: https://github.com/erolleddev/figma
- Owner: ErolledDev
- Created: 2025-03-14T14:56:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T15:11:32.000Z (over 1 year ago)
- Last Synced: 2025-03-14T15:47:43.073Z (over 1 year ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anima Project
Welcome! This project has been automatically generated by [Anima](https://animaapp.com/).
## Getting started
> **Prerequisites:**
> The following steps require [NodeJS](https://nodejs.org/en/) to be installed on your system, so please
> install it beforehand if you haven't already.
To get started with your project, you'll first need to install the dependencies with:
```
npm install
```
Then, you'll be able to run a development version of the project with:
```
npm run dev
```
After a few seconds, your project should be accessible at the address
[http://localhost:5173/](http://localhost:5173/)
If you are satisfied with the result, you can finally build the project for release with:
```
npm run build
```