Skip to content

Commit

Permalink
feat: replace regular meta icons
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 18, 2023
1 parent 3e0c815 commit 279f1cc
Show file tree
Hide file tree
Showing 7 changed files with 561 additions and 120 deletions.
39 changes: 6 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,11 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# Springtide

## Getting Started
A clean and modern front-end for [Mix Space](https://github.com/mx-space)

First, run the development server:
## Status

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
**WIP**

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## License

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
2023 Innei, GPLv3.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@floating-ui/react-dom": "2.0.1",
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
"@mx-space/api-client": "1.4.1",
"@radix-ui/react-dialog": "1.0.4",
"@sentry/nextjs": "7.55.2",
"@sentry/webpack-plugin": "2.2.2",
"@tanstack/react-query": "4.29.14",
Expand Down
Loading

0 comments on commit 279f1cc

Please sign in to comment.