14 lines
341 B
Markdown
14 lines
341 B
Markdown
# Mantic Markets web
|
|
|
|
## Getting Started
|
|
|
|
1. Run `npm install`
|
|
2. Run `npm run dev`
|
|
3. Your site will be available on http://localhost:3000
|
|
|
|
## Formatting
|
|
|
|
Before committing, run `npm run format` to format your code.
|
|
|
|
Recommended: Use a [Prettier editor integration](https://prettier.io/docs/en/editors.html) to automatically format on save
|