Hello! Welcome to the official GitHub Repository of SDSZ Space!
Space is still in a state of development, please wait patiently for development.
The SDSZSpace-Web uses React + TypeScript, so first of all, please make sure you install node.js locally.
First take the repository Fork to your GitHub. Clone this repository to your computer:
git clone https://github.com/{your-username}/SDSZSpace-Web.git
Then install the necessary library for running
npm install
After completing all the above steps, you can start your development!
- Run SDSZSpace-Web in localhost:
npm run dev
- Build SDSZSpace-Web:
npm run build
- Upload to your fork repo:
git push origin main
Then submit a Pull Request.