Skip to content

ortsc/s2t-front

Repository files navigation

⚠️ This project has been abandoned

Skill2Token Website

build websiteGmail

Index

Run the Project

To install all the project dependencies and then start a local server to interact with the website run those commands:

npm install
npm start

Run Tests

Before making a pull request or pushing any changes to the repository you should run npm run test, and check if all the tests passed.

Style Practices

  • Try to follow Google typescript practices as much as you can.
  • Before committing any changes, it's important to use the command npx prettier --write ., to adequate indentation, among other things, to the rest of the project.

Warnings

  • It's important to notice that this setup expects that the app is running as http://localhost:3000/ and the API at http://localhost:5500/, thus it's extremely important to change the code after assigning a domain to each of those.

About

Official repo for the Skill2Token website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published