Skip to content

Commit

Permalink
new readme and build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsc0301 committed Sep 5, 2023
1 parent 14d8fbe commit 97972f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# React + Vite
# React + Vite + Tailwind = Analogic Character Display

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
This project is a simple Analogic character display. The objective is to practice my React knowledge and improve my logic skills.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
Check it out in: [Analogic Character Display](https://gdsc0301.github.io/character-analogic-display/)
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: process.env.GITHUB_REPOSITORY?.split('/')[1] || '/'
})

0 comments on commit 97972f1

Please sign in to comment.